body {
    background-color: #000;
    background-image: url('/static/bg-mod.png');
    overflow: hidden;
    max-height: 98vh;
}

.d-none {
    display: none;
}

#circle {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 40%;
    left: 566px;
    opacity: 0;
}

.blinker {
    animation: blink 4s linear 4;
}

@keyframes blink {
    0% {
        opacity: 0;
        fill: #d41717;
    }
    5% {
        opacity: 0;
        fill: #d41717;
    }
    10% {
        opacity: 0;
        fill: #d41717;
    }
    15% {
        opacity: 1;
        fill: #d41717;
    }
    20% {
        opacity: 1;
        fill: #d41717;
    }

    25% {
        opacity: 0;
        fill: #d41717;
    }
    30% {
        opacity: 0;
        fill: #d41717;
    }
    35% {
        opacity: 0;
        fill: #d41717;
    }
    40% {
        opacity: 1;
        fill: #d41717;
    }
    45% {
        opacity: 1;
        fill: #d41717;
    }

    50% {
        opacity: 0;
        fill: #d41717;
    }
    55% {
        opacity: 0;
        fill: #d41717;
    }
    60% {
        opacity: 0;
        fill: #d41717;
    }
    65% {
        opacity: 1;
        fill: #d41717;
    }
    70% {
        opacity: 1;
        fill: #d41717;
    }

    75% {
        opacity: 0;
        fill: #d41717;
    }
    80% {
        opacity: 0;
        fill: #d41717;
    }
    85% {
        opacity: 0;
        fill: #d41717;
    }
    90% {
        opacity: 1;
        fill: #37b402;
    }
    95% {
        opacity: 1;
        fill: #37b402;
    }
    
    100% {
        opacity: 1;
        fill: #fff;
    }
    
}

.red {
    fill: #d41717;
}

.green {
    fill: #37b402;
}

#image {
    height: 771px;
    position: relative;
    top: 120px;
    left: 818px;
    box-shadow: 0 0 50px 25px #d5d2b4;
}

#video {
    width: 892px;
    height: 660px;
    position: absolute;
    top: 120px;
    left: 110px;
}

#start-camera {
    position: relative;
    top: 140px;
    left: 300px;
    height:120px;
    width: 120px;
    background-image: url("/static/start.png");
    border: 0px;
    background-color: transparent;
    background-size: cover;
}

#click-photo {
    position: relative;
    top: 140px;
    left: 480px;
    height:120px;
    width: 120px;
    background-image: url("/static/click.png");
    border: 0px;
    background-color: transparent;
    background-size: cover;
}

#print {
    position: absolute;
    top: 830px;
    left: 890px;
    height: 70px;
    width: 70px;
    background-image: url("/static/print.png");
    border: 0px;
    background-color: transparent;
    background-size: cover;
}

#refresh {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 50px;
    width: 50px;
    background-image: url("/static/refresh.png");
    border: 0px;
    background-color: transparent;
    background-size: cover;
    padding: 10px;
}

#lomo {
    position: absolute;
    top: 4px;
    left: 1360px;
    width: 258px;
    height: 204px;
    background-image: url("/static/lomo.png");
}

#cross {
    position: absolute;
    top: 4px;
    left: 1620px;
    width: 258px;
    height: 204px;
    background-image: url("/static/cross.png");
}

#vint {
    position: absolute;
    top: 211px;
    left: 1360px;
    width: 258px;
    height: 204px;
    background-image: url("/static/vint.png");
}

#highBW {
    position: absolute;
    top: 211px;
    left: 1620px;
    width: 258px;
    height: 204px;
    background-image: url("/static/highBW.png");
}

#highBW2 {
    position: absolute;
    top: 416px;
    left: 1360px;
    width: 258px;
    height: 204px;
    background-image: url("/static/highBW2.png");
}

#russian {
    position: absolute;
    top: 416px;
    left: 1620px;
    width: 258px;
    height: 204px;
    background-image: url("/static/russian.png");
}

#brighten {
    position: absolute;
    top: 623px;
    left: 1360px;
    width: 258px;
    height: 204px;
    background-image: url("/static/brighten.png");
}

#noFX {
    position: absolute;
    top: 623px;
    left: 1620px;
    width: 258px;
    height: 204px;
    background-image: url("/static/reset.png");
}

#addNoise {
    position: absolute;
    top: 829px;
    left: 1360px;
    width: 258px;
    height: 102px;
    background-image: url("/static/half_button.png");
}

#addContrast {
    position: absolute;
    top: 829px;
    left: 1620px;
    width: 258px;
    height: 102px;
    background-image: url("/static/half_button.png");
}

button {
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px #000;
}