.otazka p{
  font-size:200%;
  font-weight:bolder; 
  text-align:center;
}

.otazkaObrazek {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2%;
}

img {
  max-width: 100%;
  height: auto;
}
.button-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  justify-items: center;

}
.vysledky{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.choice {
  background-color:#333;
  padding:20px;
  border-radius:10px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-family:Arial, Helvetica, sans-serif;

}

.choice.choice1 {
  background-color:#feee5b;
  border-color: rgb(0, 0, 0);
}

.choice1:hover{background-color:#fff7b0;}

.choiceText{
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 100%;
}

.anoText{padding-left: 100pt; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bolder;
color: black (0, 0, 0);}

.anoText:hover{color: black;}

.choice.choice2 {
  background-color: #FF0098; 
  border-color: rgb(0, 0, 0); 
}

.choice2:hover{background-color: rgb(255, 165, 214);}

.maximum {
  font-weight: bold;
  font-size: 200%;
  color: black;
}

.choice3 { 

  background-color: #6ec6d9; 
  border-color: rgb(0, 0, 0); 
}

.choice3:hover{background-color: rgb(170, 242, 246);}

.rest {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 150%;
  color: black;
}

.choice.choice4{

  background-color: #00FFF2; 
  border-color: rgb(0, 0, 0); 
}
.choice4:hover{background-color: #b2fffb;}

.neText{
  padding-left: 100pt; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bolder; 
  color: black;
}
.choice.choice5 { 

  background-color: #FF9d00; 
  border-color: rgb(0, 0, 0); 
}
.choice5:hover{background-color: #ffca74;}
