title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    font-size: 10vh;
}

@font-face {
    font-family: 'DefconZero';
    src: url('DefconZero-G33om.otf');
}

@font-face {
    font-family: 'Fixedsys';
    src: url('FSEX300.ttf') format('truetype');
}

body {
    /*font-family: 'DefconZero', sans-serif;*/
    background: darkolivegreen;
    font-family: 'Fixedsys', Arial, sans-serif;
}
