body{
    background-color: rgb(237, 237, 164);
    margin: 25px;
}
header{
    color: rgb(161, 98, 16);
    font-size: 65px;
    font-weight: bold;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
a{
    color: black;
    text-decoration:none;
    font-size: 30px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}