body, #unity-canvas {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

#game-title {
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 54px;
    color: #2596be;
    font-family: 'Press Start 2P', cursive;
}

.description {
    display: flex;
    margin-top: 10vh;
    justify-content: center;
    color: #2596be;
    font-family: 'Press Start 2P', cursive;
}



