@font-face {
    font-family: 'BoldPixels';
    src: url('/static/BoldPixels.ttf') format('truetype');
}

html, body {
    background: #351c34;
    font-family: BoldPixels, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    font-size: 84pt;
    background-image: linear-gradient(white, #330055);
    color: transparent;
    background-clip: text;
}