header{
    font-size: 70px;
    font-weight: bold;
    font-family: cursive;
    color: blanchedalmond;
    margin-left: 20px;
    margin-bottom: 50px;
}
body{
    background-color: darkslategray;
    margin-left: 20px;
}
body a{
    font-size: 33px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: aliceblue;
   text-decoration-style:solid;
text-decoration-color: rgb(124, 129, 124);
}

footer a{
    color: blanchedalmond;
    font-size: 22px;
    text-decoration-style: dotted;
    text-decoration-color: blanchedalmond;
}
footer{
    color: beige;
}