#game-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
    height: 600px;
    border: 2px solid black;
    /*right: 0;
    bottom: 0;*/
}

#test {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    width: 4vw;
    height: 4vh;
    display: none;
}
/*
#bg-image {
    min-height: 100vh;
}

html {
    background-image: url("bg.jpg");
    background-repeat: repeat-x;
    /*background-size: cover;
}*/