@font-face {
    font-family: 'Bangers';
    src: url('../fonts/Bangers-Regular.ttf');
}

@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/Audiowide-Regular.ttf');
}

body {
    background: linear-gradient(35deg, #F4155000 49.9%, #Fb225000 50%) fixed;
    background-size: cover;
    margin: 0;
    height: 100%;
    font-family: Impact, Charcoal, sans-serif, cursive;
    font-weight: bold;
    color: white;
}

html {
    height: 100%;
}

canvas {
    background: none;
    margin: auto;
    border-radius: 8px;
    border: 8px solid #090e2c;
    box-shadow: 0 0 8px #090e2c;
}

.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fontPreload {
    font-family: 'Bangers', Impact, Charcoal, sans-serif, cursive;
    position: absolute;
    font-size: 0;
    visibility: hidden;
}

#fontPreload .second {
    font-family: 'Audiowide', Impact, Charcoal, sans-serif, cursive;
}