h1{
    color:white;
    background-color: crimson;
    text-align: center;
    font-size: 60px;
    font-family: cursive;
    margin: 50px ;
    border: black solid 20px;
    border-radius: 50px;
} 

address{
    text-align: center;
}