
body, html, .container {
    margin: 0;
    font-family: 'VT323', monospace;
}

html {
    overflow-x: hidden;
}

.container {
    min-height: 90vh;
    min-width: 93.2vw;
    max-width: 93.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F9EFE4;
}

.content {
    font-size: 1.2rem;
    max-width: 700px;
    border: 7px double #000;
    padding: 2rem;
}

code, a, button, h1, h2, h3, h4, h5, h6, span, p {
    font-family: 'VT323', monospace;
}