html{
    background-color: rgb(82, 78, 78);
}

h1{
text-align: center;
color: white;
}

a{
text-decoration:none;
color: white;
background-color: black;
font-family:Arial, Helvetica, sans-serif ;    
border:solid black 10px;
border-radius:40px ;
font-size: 30px;
}