
body {
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #fff8dc;
    color: black;
}

/* Header */

h1 {
    /* color: blue; */
    text-align: center;
    font-size: 3em;
    font-weight: bold;
}

h2 {
    color: gray;
    text-align: center;
    font-size: 1.5em;
    color: #99a3d1;
    font-weight: bold;
}

/* Table */

table, th, td {
    border: 1px solid black;
}

table {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    width: 700px;
    border-collapse: collapse;

}

th {
    background-color: #99a3d1;
    text-align: center;
}

td {
   
    line-height: 1.2;
    padding: .5em;
}

code {
    color: black;
    background-color:#eae9ed;
    border: 1px solid #99a3d1;
}

/* Mailing List */

#under-construction {
    text-align: center;

}

.mailing-list {
    text-align: center;
}

form {
    text-align: center;
}

button {
    text-align: center;
}

/* Footer */

footer {
    margin-top: 100px;
    font-size: .7em;
}