* {
    margin:0;
    padding:0;
    border:0;
}
body {
    background: #000;
    font-family: sans-serif;
    position: relative;
    width: 100%;
    height: 100vh;
}
#ct {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.ct-aLoadingScreen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #446adb;
    background: #000000;
    color: #ffffff;
    color: #ffffff;
    z-index: 2;
}
.ct-aLoadingProgress {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-style: italic;
    padding: 1rem 2rem;
    text-align: center;
}
.ct-aLoadingBar {
    content: '';
    height: 0.2rem;
    border-radius: 1rem;
    position: absolute;
    background: #446adb;
    background: #ffffff;
    left: 0;
    bottom: 0;
    transition: 1s cubic-bezier(0.31, 0.59, 0.29, 1) width;
}
.ct-aMadeWithImage {
    margin-bottom: 1rem;
}
.ct-aMadeWithImage svg {
    width: 33vw;
    height: auto;
}
.ct-aLoadingScreen.hidden {
    visibility: hidden;
    display: none;
}


canvas, img{
    ms-interpolation-mode: nearest-neighbor;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
}





.ct-aMadeWithImage {
    display: none;
}



@font-face {
    font-family: 'm3x6';
    src: url('fonts/fN6Dt2HrMhhrT77.ttf.woff') format('woff'),
         url('fonts/fN6Dt2HrMhhrT77.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

 .ct-aLoadingProgress{
    color: white;
    font-family: "CTPROJFONTm3x6", "m3x6", sans-serif;
    font-style: normal;
    font-size: 32px;
}

.ct-aLoadingBar{
    display:none;
}
.ct-aLoadingLabel:before{
    content: "...";
}
.ct-aLoadingLabel:after{
    content: "...";
}
