@font-face {
    font-family: 'Fira Mono';
    src: url('font/fira_mono_bold.woff');
    font-weight: 600;
    font-style: normal;
}

@media (min-width: 600px) {
    :root {
        --font-size: 112pt;
        --aberration-offset: 4px;
    }
}

@media (max-width: 600px) {
    :root {
        --font-size: 52pt;
        --aberration-offset: 2px;
    }
}

body {
    margin: 0 0 0 0;
}

#content {
    font-family: 'Fira Mono', 'Courier New', Courier, monospace;
    background: url('img/cherry_field_tree_1080.jpg') top, black;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    color: white;
    width: 100vw;
    height: 100vh;
    margin: 0 0 0 0;
}

#title {
    text-align: center;
    font-size: var(--font-size);
    text-shadow: var(--aberration-offset) -1px red, calc(var(--aberration-offset) * -1) 1px blue;
}