Body{    border-top: 200px rgb(0, 0, 0);
    padding-top: 10px;
    background-color: rgb(0, 0, 0);
    color: gold;
    text-align: center;
}
H1{
    font-family: Impact;
    border-radius: 100px;
}
H2{
    font-family: Arial;
}
h3{
    font-size: small;
    font-family: 'Times New Roman';
}
.button {
    font-family: 'Times New Roman', Times, serif;
    display: inline-block;
    padding: 12px 20px;
    margin: 10px;
    background-color: royalblue;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.button-hover{
    background-color: beige;
}
img{
    width: 750px;
    height: 500px;
    border-radius: solid 67px;
}