html {
    background: url('../assets/gnar.gif') no-repeat center center / cover;
    color: white;
    font-family: 'Cascadia Mono NF', monospace;
}

div.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0 auto;
    max-width: 800px;
    padding: 1em;
    text-align: center;
}

@font-face {
	font-family: 'Cascadia Mono NF';
	font-style: normal;
	src: url('/fonts/CascadiaMonoNF.woff2') format('woff2');
}
