 body{
    background-color: rgb(216, 133, 9);}
 
h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 80px;
    text-align: center;
    
    
}
p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    text-align: center;
}
a:link, a:visited {
       background-color: white;
       color: black;
       border: 2px solid rgba(179, 121, 15, 0.671);
       border-radius: 8px;
       padding: 10px 20px;
       text-align: center;
       text-decoration: solid;
       display: inline-block;
}
a:hover, a:active {
       background-color: orange;
       color: white;
}
