body {
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 1.2em;
    font-weight: 100;
    text-decoration: underline;
}
h2 {
    font-size: 1em;
    font-weight: 100;
}
P {
    font-size: 1em;
    font-weight: 100;
}

section {
    padding: 2em;
    margin-bottom: 4em;
}