@font-face {
    font-family: 'ProFont';
    src: url('ProFont.woff2') format('woff2'),
         url('ProFont.woff') format('woff'),
         url('ProFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: red;
    font-family: 'ProFont', monospace;
    overflow: hidden;
}

.column {
    position: absolute;
}
