body{
    background-color: cornsilk;
    text-align: center;
}
h1{
    font-family: Georgia;
    font-weight: bold;
    font-size: 4rem;
    text-shadow: -2 -2 black;
}
h2{
    color: darkgray;
    font-family: "Times New Roman", serif;
    font-weight: 100;
}
a{
    color:rgba(79, 79, 79, 0.798);
    text-decoration: none;
}