h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #0d0fac;
    background-color: #a7ddf6;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

section:nth-of-type(1) h2,
section:nth-of-type(1) p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #690dac;
    background-color: #d5a7f6;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

section:nth-of-type(2) h2,
section:nth-of-type(2) p  {
    font-family: monospace;
    color: #ea8803;
    background-color: #fceb94;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

section:nth-of-type(3) h2,
section:nth-of-type(3) p {
    font-family: cursive;
    color: #178a18;
    background-color: #c6f0b6;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
} 