.preloader {
    display: none;
}

#canvas {
    background-size: contain !important;
    width: 100%;
    height: auto;
    background: white;
    image-rendering: pixelated;
    background-color: rgba(0, 0, 0, 0.1);
}

body {
    padding: 15px;
    background-color: #222222;
}