#canvas {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a1724;
}

.canvas-wrap {
    position: relative;
    height: 100%;
    transition: opacity 1s;
}

div.canvas-content {
    position: relative;
    z-index: 2000;
    color: #fff;
    text-align: center;
    height: 100%;
}