h1 {
    font-family: Garmond;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

h2{
    font-family: Georgia;
    text-align: center;
    background-color: rgb(77, 88, 243);
}

p{
    font-family: Georgia;
}
body{
    background-color: aquamarine;
}

a {
    color:rgb(8, 8, 151);
    background-color: rgb(226, 245, 84);
    font-weight: bold;
}