h1 {
    font-family: Aleo,serif;
    color: #009742;
}
p, li {
    font-family: Ubuntu, sans-serif;
    font-size: 1.3rem;
}
input#email {
    height: 2.2rem;
    border: 2px #009742 solid;
    border-radius: 5px;
    border-style: outset;
}
button {
    height: 2.5rem;
    font-size: 1.2rem;
    color: #ffffff;
    border-color: #009742;
    background-color: #009742;
    border-radius: 5px;
    margin-bottom: 20px;
}
font {
    font-size: 0.9em;
}