h1{
    font-family: "Arial";
    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: 'Arial';
    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: 'Arial';
    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: 'Arial';
    color: #178a18;
    background-color: #c6f0b6;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}  