body {
min-height: 100vh;
background-image: url('../img/hafik.png');
background-repeat: no-repeat;
background-position: 90% 90%;
background-attachment: fixed;
background-size: 15% auto;
font-family: Rajdhani;
font-size: 1.1em; }

#kod {
margin: 0 auto;
text-align: center;
max-width: 250px;
font-size: 1.3em; }

#hlavicka {
position: sticky;
top: 0;
width: 100%;
z-index: 500;
padding: 1em;
display: flex;
background-color: #ddd; }

#hlavicka div {
font-weight: bold;
margin-right: 30px; }

#hlavicka span {
font-weight: normal; }

label {
font-weight: bold; }

.odpoved {
}

.otazka {
border-bottom: 1px solid black;
padding: 1em; }

.green {
background-color: #88ffa1; }

.red {
background-color: #ff88a1; }

.orange {
background-color: orange !important; }

.grey {
color: grey; }

.to_right {
margin-left: auto; }

#test {
display: none; }

.lity-close {
font-size: 5.0em !important;
right: 20px !important;
top: 20px !important; }

input[type='radio'] {
margin-right: 15px;
margin-bottom: 10px;
transform: scale(1.5); }