    @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&family=Roboto:wght@100&display=swap');
    body {
        font-family: 'Poppins', sans-serif !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
    
    main {
        display: block;
        width: 1920px;
        height: 1080px;
        background: url('images/nmi-webcam-uj.png') center center no-repeat;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    .title {
        color: white;
        font-family: 'Roboto', sans-serif;
        padding-top: 60px;
        padding-left: 80px;
        font-size: 56px;
    }
    
    .left {
        display: block;
        width: 630px;
        height: 1080px;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    .right {
        display: block;
        width: 630px;
        height: 1080px;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    /* Bal oldali elemek */
    
    #timer {
        position: absolute;
        top: 90px;
        left: 480px;
        z-index: 2000;
        display: block;
        width: 150px;
        height: 150px;
        line-height: 150px;
        vertical-align: middle;
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 100px;
        font-weight: 600;
        color: rgba(255, 255, 255, 1.0);
        text-shadow: 2px 2px 4px rgba(39, 63, 143, 0.9);
    }
    
    .left-text {
        display: block;
        width: 520px;
        height: 432px;
        float: left;
        margin: 20px 0px 0px 0px;
        padding: 44px 44px 44px 44px;
        font-family: 'Roboto', sans-serif;
        color: #273f8f;
        font-size: 24px;
        text-align: left;
        margin-bottom: 40px;
    }
    
    .left-nav button {
        display: block;
        width: 400px;
        height: 70px;
        float: left;
        font-family: 'Roboto', sans-serif;
        margin: 0px 0px 24px 0px;
        padding: 0px 0px 0px 120px;
        border: 1px solid rgba(255, 255, 255, 1);
        background: none;
        font-weight: 200;
        color: rgba(255, 255, 255, 0.8);
        font-size: 24px;
        text-align: left;
        margin-left: 80px;
    }
    
    .left-nav button:hover {
        color: rgba(255, 255, 255, 1.0);
    }
    
    .left-nav button:disabled {
        color: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.15);
    }
    /* Ikonok */
    
    #getUserMediaButton {
        background: url("images/icon-webcam.png") 40px center no-repeat;
    }
    
    #takePhotoButton {
        background: url("images/icon-camera.png") 40px center no-repeat;
    }
    
    #themeChangeButton {
        background: url("images/icon-palette.png") 40px center no-repeat;
    }
    
    #galleriesButton {
        background: url("images/icon-images.png") 40px center no-repeat;
    }
    
    #sendEmailButton {
        background: url("images/icon-send.png") 40px center no-repeat;
    }
    
    #templateKepek {
        position: relative;
        bottom: 615px;
        left: 950px;
    }
    
    #templatekepek::-webkit-scrollbar {
        width: 0 !important;
    }
    
    #templatekepek {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    #templateKepek img {
        width: auto;
        height: 190px;
        margin: 0px 14px 0px 14px;
        margin-bottom: 60px;
        padding: 0px 0px 0px 0px;
    }
    
    #templateKepek .carousel-inner {
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    #templateKepek .carousel-control-next,
    #templateKepek .carousel-control-prev {
        width: 150px;
        /*background-color: rgba(39, 63, 143, 0.9);*/
    }
    
    #templateKepek .carousel-control-next {
        transform: rotate(90deg);
    }
    
    #templateKepek .carousel-control-next .carousel-control-next-icon {
        position: absolute;
        left: 350px;
        top: 1332px;
        width: 48px;
        height: 48px;
    }
    
    .fadeTop {
        height: 180px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: -moz-linear-gradient(top, rgba(36, 58, 145, 1) 10%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(36, 58, 145, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(top, rgba(36, 58, 145, 1) 10%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(top, rgba(36, 58, 145, 1) 10%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(36, 58, 145, 1) 10%, rgba(255, 255, 255, 0) 100%);
    }
    
    .fadeBottom {
        height: 280px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: -moz-linear-gradient(bottom, rgba(36, 58, 145, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(36, 58, 145, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, rgba(36, 58, 145, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(bottom, rgba(36, 58, 145, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to top, rgba(36, 58, 145, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }
    
    #templateKepek .carousel-control-prev {
        transform: rotate(90deg);
        position: absolute;
        right: 894px;
        bottom: 645px;
    }
    
    #templateKepek .carousel-control-prev .carousel-control-prev-icon {
        position: absolute;
        right: 87px;
        bottom: 95px;
        width: 48px;
        height: 48px;
    }
    
    #templateKepek .carousel-control-next-icon,
    #templateKepek .carousel-control-prev-icon {
        border-radius: 0px;
        /* background-size: 2rem 2rem;*/
    }
    
    #userHelps .carousel-control-prev,
    #userHelps .carousel-control-next {
        display: none;
    }
    
    #userHelps {
        margin-left: 40px;
    }
    
    #userKepek {
        position: relative;
        right: 200px;
        top: 80px;
    }
    
    #userKepek img {
        max-height: 690px;
        width: auto;
        margin: 30px auto 5px auto;
    }
    
    #userKepek .carousel-control-prev-icon,
    #userKepek .carousel-control-next-icon {
        height: 100px;
        width: 100px;
        outline: black;
        background-size: 100%, 100%;
        background-image: none;
    }
    
    #userKepek .carousel-control-next-icon:after {
        content: '>';
        font-weight: 100;
        font-size: 80px;
        color: white;
    }
    
    #userKepek .carousel-control-prev-icon:after {
        content: '<';
        font-weight: 100;
        font-size: 80px;
        color: white;
    }
    /* Jobb oldali elemek */
    
    .video {
        display: block;
        width: 1000px;
        height: 700px;
        padding: 0px 0px 0px 0px;
        margin: 90px 90px 90px 0px;
    }
    
    #templatekepek {
        position: absolute;
        top: 90px;
        left: 630px;
        z-index: 60;
        display: block;
        width: 1200px;
        height: 900px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    #eppenmost {
        position: absolute;
        top: 140px;
        left: 630px;
        z-index: 50;
        display: block;
        width: 1000px;
        height: 700px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    #galeriakepek {
        position: absolute;
        top: 90px;
        left: 630px;
        z-index: 40;
        display: block;
        width: 1200px;
        height: 900px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        /*background: url('images/galeria-bg.png') center center no-repeat;*/
    }
    
    #actTheme {
        position: absolute;
        top: 140px;
        left: 630px;
        z-index: 30;
        display: block;
        width: 1000px;
        height: 750px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    #takePhotoCanvas {
        position: absolute;
        top: 140px;
        left: 630px;
        z-index: 20;
        display: block;
        width: 1000px;
        height: 750px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    #liveCam {
        position: absolute;
        top: 140px;
        left: 630px;
        z-index: 10;
        display: block;
        width: 1000px;
        height: 750px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    /* Funkciók */
    
    #eppenmost form {
        position: absolute;
        display: block;
        width: 1000px;
        height: 750px;
        top: 0px;
        left: 0px;
        background: rgb(39, 62, 147, 0.8);
        color: white;
        margin: 0px auto 0px auto;
        padding: 40px 40px 40px 40px;
        z-index: 110;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
    
    #eppenmost h2 {
        text-align: center;
        color: rgba(255, 255, 255, 0.80);
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    
    #eppenmost input[type=email] {
        width: 100%;
        text-transform: none;
        color: rgba(38, 63, 143, 1.0);
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 20px;
        border-radius: 0px;
        margin: 20px auto 20px auto;
        background-color: rgba(255, 255, 255, 0.5);
    }
    
    #eppenmost input[type=email]:hover,
    #eppenmost input[type=email]:focus,
    #eppenmost input[type=email]:focus-visible {
        color: rgba(38, 63, 143, 1.0);
        background-color: rgba(255, 255, 255, 1.0) !important;
        border: 1px solid rgba(38, 63, 143, 1.0) !important;
        border-radius: 0px !important;
        outline: none !important;
    }
    
    #eldontendo {
        position: absolute;
        display: block;
        width: 600px;
        height: 300px;
        top: 390px;
        left: 930px;
        background: rgb(39, 62, 147, 0.7);
        color: white;
        margin: 0px auto 0px auto;
        padding: 40px 40px 40px 40px;
        z-index: 100;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
    
    #eldontendo h2 {
        text-align: center;
        color: rgba(255, 255, 255, 0.80);
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    
    #eldontendo p {
        font-weight: 300;
        margin-bottom: 30px;
    }
    
    .btn-yes,
    .btn-no {
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 20px;
        border-radius: 0px;
    }
    
    .btn-yes:hover,
    .btn-no:hover {
        color: rgba(255, 255, 255, 1.0);
        border: 1px solid rgba(255, 255, 255, 0.7);
    }
    
    #templatekepek {
        margin: 0px 0px 0px 0px;
        padding: 0px 15px 0px 0px;
        /*background: rgb(39, 62, 147, 0.7);*/
        background: rgb(255, 255, 255, 0.6);
    }
    
    #templatekepek .row {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    #templatekepek .col-3 {
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
    }
    
    #templatekepek img {
        max-width: 96%;
        text-align: center;
        filter: grayscale(100%);
        padding: 0px 0px 0px 0px;
        margin: 15px 0px 0px 0px;
        border: 1px solid rgba(255, 255, 255, 0.7);
    }
    
    #templatekepek img:hover {
        filter: grayscale(0%);
        max-width: 96%;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.9);
    }
    
    .keyboard {
        margin: 15px 0px 50px 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        padding: 10px 0px 0px 0px;
        text-align: center;
    }
    
    .keyboard .keys {
        height: 66px;
        min-width: 66px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 20px 20px 20px 20px;
        margin: 5px 5px 5px 5px;
        border-radius: 0px;
        background: rgb(39, 62, 147, 0.4);
    }
    
    .keyboard .keys:hover {
        color: rgba(255, 255, 255, 1.0);
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: rgb(39, 62, 147, 0.7);
    }