body {
    overflow:hidden;
    margin: 0;
    background-color: rgb(2, 51, 39);
}

html{
    
}

#game{
    display: flex;
    justify-content: center;
}

@font-face {
    font-family: 'Dimbo';
    src: url('Dimbo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

