body{
    text-align: center;
}
h1 , h2{
    color: rgb(240, 192, 16);
    text-decoration: underline;
}
a{
    text-decoration: none;
    font-size: 20px;
}
a:hover{
    background-color: bisque;
    border-radius: 50px;
    padding: 10px;
}
span{
    color: rgb(201, 159, 5);
    font-weight: bold;
}