* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Comic Sans MS', 'Fredoka', 'Baloo 2', 'Arial Rounded MT Bold', sans-serif;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.game-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 15px; */
    position: relative;
}