body {
    font-family: 'Crimson Text', serif;
    font-size: 16pt;
    text-align: center;
}

h1 {
    font-size: 35pt;
    padding-top: 1em;
    margin-bottom: 0.4em;
}

h2 {
    font-size: 2rem;
    color: crimson;
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    margin-bottom: 0.2em;
    color: darkgray;
    font-weight: 400;
}

div {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    margin-bottom: 4%;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
    padding: 4%;
    text-align: left;
}

p {
    margin-top: 0;
}

.header {
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 1.15em;
}

