<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: #DDDDDD; 
}
 

::-webkit-scrollbar-thumb {
  background: #658864; 
}

#navigace {
    background-color:#658864 ;    
}

#submit {
   background-color:#658864;
   color:#DDDDDD;
   width:100px;
   height: 35px;
   font-size:16px;
   margin:0 0 0  120;
}

#submit:hover {
    color:#333;
}
   

body{ 
    background-color:#B7B78A;
    font: 14px Georgia, serif; 
    
}

nav {
  
  justify-content: space-between;

  text-align: center;
}

nav ul {
    
  list-style: none;
  
  display: inline-block;
}

nav li {
  margin: 0 10px;
  display: inline-block;
}

nav a {
  text-decoration: none;
  color: #DDDDDD;
  font-size: 23px;
  display: inline-block;
}

nav a:hover {
  color: #333;
}


#page-wrap { width: 900px; margin: 0 auto;}

h1  { margin: 25px 0; font: 30px Georgia, Serif; 
text-transform: uppercase; letter-spacing: 3px; text-align: center; 
    
}


#quiz input {
    vertical-align: middle;

}

#quiz ol {
   margin: 0 0 10px 20px; font: 36px Georgia, Serif; 
}

#quiz ol div select {
   margin: 0 0 20px 0; font: 18px Georgia, Serif;
   background-color:#658864;
   color:#DDDDDD;
}

#quiz ol div {
   padding: 4px 0; font: 28px Georgia, Serif;
   

}

#quiz h3 {
   font-size: 17px; margin: 0 0 1px 0; color: #666;
}

#results {
    font: 30px Georgia, Serif;
    
  
}
p {
    vertical-align: middle; font: 30px Georgia, Serif; 
}




</pre></body></html>