body {
    margin: 0;
    padding: 10px;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: green;
    font-family: monospace;
}

main h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

main blockquote {
    max-width: 480px;
    font-size: 18px;
}