body {
    background-image: linear-gradient(to bottom right, #ffb9ff, #dfff80, #009999);
    padding: 10px;
}

nav {
    padding-top: 50px;
}

.section1 {
    clear: both;
    padding: 20px;
    background-color: rgb(255, 255, 255, 0.4);
}

.section2 {
    clear: both;
    padding: 20px;
    background-color: rgb(166, 166, 166, 0.4);
}

.header1 {
    padding: 10px 20px;
    background-color: #009999;
    border-bottom: white solid 3px;
    text-align: center;
    color: white;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    color: white;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding: 15px;
    background-color: #009999;
    color: white;
    border-bottom: white solid 2px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: black;
    border-bottom: dotted gray 3px;
    font-family: sans-serif;
}

p,
li {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: black;
    font-weight: 300;
    font-family: sans-serif;
    line-height: 1.4em;
}

.callout {
    font-size: 2em;
    font-family: serif;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    text-decoration: wavy;
    border-left: solid 4px #009999;
}

h2.callout {
    font-weight: bold;
    background-color: unset;
    font-size: 2em;
    font-family: serif;
    text-align: center;
    padding: 20px;
    text-decoration: wavy;
    color: black;
    border: none;
    margin: 0;
}

button {
    padding: 10px;
    margin: 15px;
    font-size: 1.1em;
}