body {    
    font-family: Calibri;
}

section {
    margin: 1em 0;
}

h1 {
    font-size: 20pt;
    color: hsl(195, 50%, 50%);
}

h2 {
    font-size: 17pt;
    color: hsl(185, 50%, 50%);
}

h3 {
    font-size: 16pt;
    color: hsl(120, 50%, 50%);
}


main {
    margin: 1em auto;
    max-width: 1000px;
}

a {
    color: hsl(195, 50%, 50%);
    text-decoration: none;
}

    a:hover {
        color: hsl(195, 50%, 58%);
        text-decoration: underline;
    }


p.feedback {
    font-size: 16pt;
}
div.info {
    margin-top: 4em;
}
