*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background-color: #181c20;
    color: #e0e0e0;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
}

blockquote.quote {
    margin: 0;
    font-size: 1.5em;
    text-align: center;
    max-width: 800px;
}