.radek {
    font-size: 250%;
    text-align: center;
    width: 100%;
    margin: 3%;
}

.radek .otazka {
    width: 100%;
    font-family: "Arial";    
}

.sloupec {
    width: 100%;  
    background-color: #CDE9FD;
}
#sloupec1{
    background-color: #CDE9FD;
}
.sloupec img{
    width: 100%;
}

.spravne {
    background-color: #A0D837;
}

.chybne {
    background-color: #DA2838;
}

.otazka input {
    border: 1px solid black;
    font-size: 100%;
    width: 28%;
    text-align: center;
}

.actualPage {
    border-bottom: 3px solid white;
    font-weight: bold;
}