#end_game{
    height: 10px;
    visibility: hidden;
}

#game_buttons {
    position: relative;
    z-index: 2;
}

@media screen and (min-height: 800px) {
    #game_buttons {
        bottom: 120px;
    }
}

canvas {
    margin-left: 0 !important;
}

.main{
    width: 0;
}

.container a {
    background-color: black;
    animation: none;
    margin: 0 !important;
    position: relative;
    right: 10%;
}

@media screen and (max-width: 380px) {
    .container a {
        right: 0;
    }
}

@media screen and (min-width: 800px) {
    .container a {
        right: 26%;
    }
}

@media screen and (max-width: 300px) {
    .container a {
        left: 50px;
    }
}