body {
    background-color: #120f2a;
    color: #fefefe;
    text-align: center;
    font-family: segoe-ui-var;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
  }

#compressionslider {
    height: 8px;
}

.imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgcont {
    min-width: 300px;
    min-height: 300px;
    border: 1px solid #36334a;
    border-radius: 5px;
    margin: 3px;
    padding: 5px;
}

.sec {
    margin: 15px;
}

.disimage {
    max-width: 300px;
    border-radius: 5px;
}

[type="range"] {
    cursor: ew-resize;
    background-color: transparent;
    height: 40px;
    width: 700px;
}

::-moz-range-thumb {
    border: none;
    width: 15px;
    height: 15px;
    background-color: #595;
    border-radius: 50%;
    transition: box-shadow .2s;
}

::-moz-range-track {
    background-color: #9f9;
    height: 5px;
    border-radius: 10px;
}

.slider {
    text-align: left;
}

.credit {
    font-size: 12px;
    color: #33354a;
    text-decoration: none;
}



@font-face {
    font-family: segoe-ui-var;
    src: url(fonts/SegoeUIVar/SegUIVar.ttf);
}