body{
    background-color:darksalmon;
    
    
}
h1{
     color:darkblue;
     background-color:burlywood;
     text-align: center;
     font-style: italic;
     border-radius: 80px;
     border-style:groove;
     border-color: black;
     font-weight: 500px;
}
div{
    color:darkred;
    font-style: oblique;
    font-weight: 300px;
    
}
a{
    text-align: center;
    border-radius: 80px;
    border-style:groove;
    font-weight: bolder;
    background-color: darkgray;
    color: blue;
}