@font-face {
    font-family: Lato;
    src: url("/fonts/Lato-Regular.ttf");
}
@font-face {
    font-family: LatoGrube;
    src: url("/fonts/Lato-Bold.ttf");
}
:root{
    --leadColor: #b90505;
    --alterColor: #fff;
    --bgColor: #000;
}
*{
    box-sizing: border-box;
}

body{
    font-family: 'Lato';
    background: var(--bgColor);
    color: var(--leadColor);
}
#container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#srodekpasek{
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    transition: 0.3s;
    padding: 40px;
}
pre{
    color: #fff;
}



#stopSign{
    width: 200px;
    height: 200px;
    padding: 4px;
    border-radius: 50%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}
#stopSignInsider{
    /*  Zrób elegancki kilkupikselowy odstęp bordera od imejdża */   
    width: 192px;
    height: 192px;
    border-radius: 50%;
    background-image: url("/img/znakstop.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}
#generalHeadingLine{
    font-family: 'LatoGrube';
    text-align: center;
    color: var(--leadColor);
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 32px;
    text-align: center;
}
#descriptor{
    text-align: center;
}
#descriptorSection{
    width: 100%;
    padding-bottom: 20px;
}
#descriptorHeader{
    font-family: 'LatoGrube';
    color: var(--leadColor);
    line-height: 200%;
    font-size: 22px;
}
#descriptorContent{
    color: var(--alterColor);
    font-family: 'Lato';
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#letsBegin{
    font-size: 22px;
    font-family: 'LatoGrube';
    line-height: 200%;
    text-align: center;
    padding-top: 40px;
    color: var(--leadColor);
}
#letsBegin span{
    font-size: 28px;
}
#generalButonClickable{
    margin-top: 20px;
    background: #fff;
    color: var(--leadColor);
    transition: 0.3s;
    padding: 12px 18px;
    cursor: pointer;
    border: 2px solid var(--leadColor);
    border-radius: 10px;
    background: rgba(0,0,0,0);
}
#generalButonClickable:hover{
    transform: scale(1.1);
}

.questionClass{
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}
.questionClassInner{
    padding: 20px;
    overflow: hidden;
    height: 100%;
    color: #fff; 
    background: #000;
    transition: 0.3s;
}
.questionClassInner:hover{
    background: #fff;
    color: #000;
    border-radius: 40px;
}
.questionClassInnerSolid{
    background: #fff;
    color: #000;
    border-radius: 40px;
}
.questionHeader{
    font-size: 24px;
    text-align: left;
    padding-bottom: 20px;
}
.questionHeader{
    font-size: 24px;
    text-align: left;
}

.questionHeader img{
    max-width: 500px;
}

.zOI
.jOI
.wOI{
    font-size: 20px;
}
.zOL,
.jOL,
.wOL{
    font-size: 20px;
    text-indent: 20px;
}
.zOL img{
    max-width: 500px;
    width: 90%;
    text-align: center;
}

.odptekstowaInput{
    width: calc(100% - 40px);
    padding: 10px 16px;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid var(--bgColor);
}
   
#subZone{
    text-align: center; 
    width: 100%; 
    padding-bottom: 90px;
} 
#submitButton{
    margin-top: 20px;
    background: #fff;
    color: var(--leadColor);
    transition: 0.3s;
    padding: 12px 18px;
    cursor: pointer;
    border: 2px solid var(--leadColor);
    border-radius: 10px;
    background: rgba(0,0,0,0);
}
#submitButton:hover{
    transform: scale(1.2);
}


#thanksZone{
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center; 
    width: 100%; 
    padding-bottom: 90px;
    top: 50%;
    left: 50%;
}
#returnButton{
    margin-top: 20px;
    padding: 8px 16px;
    cursor: pointer;
    border: 1px solid var(--leadColor);
    background: var(--leadColor);
    color: var(--bgColor);
    transition: 0.3s;
}
#returnButton:hover{
    border: 1px solid var(--leadColor);
    background: var(--bgColor);
    color: var(--leadColor);
}

.podsWyn{
    text-align: center;
    font-size: 24px;
}
.wynHead{
    font-size: 28px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*      Tutaj sterujemy nagłówkiem spoilerów:       */
summary{
    font-size: 18px;
}
.resultTable th,
.resultTable td{
    border: 1px solid #aaa;
    padding: 10px;
}
.resultTable img{
    max-width: 100px!important;
    max-height: 100px!important;
}