body {
    margin: 0;
}

main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p {
    width: 22em;
    font-family: 'Fira Mono', monospace;
    text-align: center;
}

p strong {
    font-weight: 700;
}
