/**WEBSITE DEV**/
body {
    background: url(../img/Vector-website-dev.svg);
    background-size: 100% 300px;
    background-repeat: no-repeat;
}
#game-dev-header {
    height: 275px;
    align-content: center;
    h1 {
        text-align: center;
    }
}

#game-dev-p1 {
    margin-bottom: 80px;
    .row {
        align-items: center;

        .col {
            min-width: 300px;
        }
    }
    img {
        min-width: 300px;
        max-width: 350px;
        width: 100%;
    }
    p {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media (max-width: 776px) {
    #game-dev-p1 {
        .row {
            flex-direction: column-reverse;

            .col {
                text-align: center;
            }
        }
    }
}

#game_canvas {
    background-color: blue;
}