body{
    background-color: black;
}
h1{
    text-align: center;
    color: white;
    text-shadow: red 5px 5px 5px;
    font-size: 50px;

}
div{
    width: 983px;
    margin: auto;
}
img{
    width: 800px;
}
a{
    color: white;
    text-shadow: none;
    text-decoration: none;
}