html {
    background-color: black;
}

@font-face {
    font-family: 'OCR-A';
    src: url(/fonts/OCR-A.woff);
}

.container {
    display: flex;
}

main {
    color: #00FF00;
    padding: 1em;
    margin: 1em;
    font-family: 'Courier New', Courier, monospace;
    line-height: 2em;
}

#title-graphic {
    justify-content: center;
    width: 100%;
}

#sidebar {
    display: flex;
    flex-flow: column;
    flex-direction: column;
    height: 100%;
    padding: 1em;
    margin: 1em;
    row-gap: 3em;
    width: 18em;
}

.sidebar-right, .sidebar-left {
    width: 75%;
}

.sidebar-right {
    align-self: flex-end;
}

h2 {
    font-family: 'OCR-A';
}