*
{
    font-family: Calibri, Carlito, sans-serif;
    font-size: 18px;
}

a
{
    color: #004D9B;
    font-weight: bold;
    text-decoration: none;
}

div.centered
{
    text-align: center;
}

div.margin-bottom-1em
{
    margin-bottom: 1em;
}

input[type=email], input[type=text], textarea
{
    border-color: #88BD1F;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1em;
    padding: 8px;
    width: calc(100% - 18px);
}

input[type=submit]
{
    background-color: #88BD1F;
    border-radius: 4px;
    border-style: none;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 8px;
    width: 100%;
}

main
{
    max-width: 1000px;
    margin: auto;
}

main img
{
    width: 100%;
}

