main #title {
    font-size: 28px;
    font-weight: bold;
    margin: 1.25em 0;
}

main section {
    margin: 3.5em auto;
}

main section p {
    font-size: 18px;
    margin: 1.25em 0;
    line-height: 1.25;
    width: 80%;
    margin: 1.5em auto;
    text-align: left;
}

main h2 {
    font-size: 18px;
    margin: 0.75em auto;
}

main button {
    background-color: #eebbcb;
    padding: 1.0em 0.75em;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 5px #ca9daf;
}

main button:active {
    box-shadow: 0 0 transparent;
    background-color: #888;
    transform: translateY(4px);
}