h1{
    color:gold;
    background-color: crimson;
    text-align: center;
    font-size: 60px;
    font-family: cursive;
    margin: 50px ;
    border: black solid 20px;
    border-radius: 50px;
} 
h2{
    color:gold;
    text-align: center;
    background-color: brown;
}
blockquote{
    color: gold;
    font-size: 18px;
    font-family: cursive;
}
img{
    display: block;
    border: black solid 20px;
}

main{
    background-color: crimson;
}

footer{
    background-color: green;
}

p{
    background-color: gold;
    font-family: cursive;
    color: crimson;
}

address{
    text-align: center;
}