body {
    background-color: rgb(255, 241, 179);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 20px;
}

h1 {
    color: rgb(92, 51, 0);
    text-align: center;
}

p {
    font-size: 18px;
    color: rgb(92, 51, 0);
}

a{
    color: rgb(0, 0, 255);
    text-decoration: underline;
}

:hover{
    color: red;
    text-decoration: underline;
}

button{
    font-size: 20px;
}