@font-face {
    font-family: 'Augusta';
    src: url('assets/font.ttf') format('truetype');
}

@font-face {
    font-family: 'Medieval';
    src: url('assets/font_medieval.ttf') format('truetype');
}

html, body { 
    width: 100%;
    height: 100%;
    margin: 0; 
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#game_viewport{
    background: #00000000;
    overflow: hidden;
    height: fit-content;
    width: fit-content;
}

canvas {
    display: flex;
    width: 100%;
    height: 100%;
}