.flow > * + * {
    margin-top: var(--space-md);
}

h1 {
    font-family: "Doto", monospace;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 15px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

p {
    font-family: "Doto", monospace;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: justify;
    margin: 0 0 1em;
}