h1 {
    background-color: darkblue;
    color: whitesmoke;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 4rem;
    padding: 2rem;
    margin-bottom: 1rem;
}

h2 {
    color: darkblue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

form {
    margin-bottom: 1rem;
}

input {
    margin-bottom: 1rem;
}

section {
    margin-left: 2rem;
}

section {
    display: none;
}

.active {
    display: block;
}