body{
    background-color: black;
}
body h1 div{
    color: white;
    text-align: center;
}
body h3 div{
    color: white;
    text-align: center;
    padding: 50px;
}
img{
    width: 700px;
    height: 700px;
    margin-left: 400px;
}
body h6{
    color: rgb(60, 60, 60);

}
body h6:hover{
    color: white;
    text-decoration: none;
    transition: 15s;
}