html, body {
    height: 100%;
    width: 100%;
}

body {
    background-color: #212529;
}

#gjs {
    border: 3px solid #444;
}

/* Reset some default styling */
.gjs-cv-canvas {
    /*top: 0;*/
    width: 100%;
    height: 100%;
}

#content {
    min-height: 75%;
    background-color: white;
}