body {
    background-color:rgb(241, 237, 205) ;
}
h1 {
    color: rgb(0, 0, 87);
}
a:hover {
    color:crimson
}