body {
    background-color: floralwhite;
    color: #333333;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    margin: 0;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

article {
    width: 100%;
    max-width: 550px;
    margin-bottom: 120px;
}

h1 {
    text-align: center;
    font-size: 43px;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.subtitle {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 80px;
    color: darkred;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: darkred;
    margin-top: 0;
    margin-bottom: 25px;
}

time {
    display: block;
    text-align: center;
    font-family: monospace;
    color: dimgrey;
    font-size: 15px;
    margin-bottom: 15px;
}

p {
    font-family: monospace;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
}

strong {
    font-weight: bold;
    color: darkred;
    display: inline;
}

em {
    font-style: italic;
    color: darkred;
    display: inline;
}

article:last-of-type p:last-of-type em {
    display: block;
    margin-top: 100px;
    text-align: center;
    color: darkred;
    font-size: 16px;
    line-height: 1.6;
}