#game {
    position: relative;
    width: 100%;
    height: 95%;
}

canvas {
    width: inherit;
    height: inherit;
    position: absolute;
}
