html, body {
    background-color: rgb(20, 20, 20);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100vw !important;
}

#c {
    transform-origin: 50% calc(176px / 2) !important;
}

#viewer {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    background-image: url("png.png");
    background-size: 400px;
    height: calc(350px * 2) !important;
}

#skin-viewer .cape {
    image-rendering: pixelated !important;
    -ms-interpolation-mode: nearest-neighbor;

    position: relative;
    top: calc(525px / 2);
    background-image: url('template.png');
}

p {
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(240, 240, 240);
}

.slidecontainer, .slider {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 25px;
    background: rgb(50, 50, 50);
    outline: none;
}

.slider {
    background: none;
}

.slider::-webkit-slider-thumb {
    border: none;
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: rgb(220, 220, 220);
    cursor: pointer;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.slider::-moz-range-thumb {
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(220, 220, 220);
    cursor: pointer;
}

.progress {
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    background: rgb(200, 200, 200);
    height: 15px;
    top: 50%;
    left: 0;

    transform: translateY(-50%);
}

.form-control-file {
    width: 100%;
    height: 100px;
    text-align: center;
    align-content: center;
    align-items: center;
    align-self: center;
    border-radius: 10px;
    border: 2px dashed whitesmoke;
    color: whitesmoke;
}