#otazka2 {
  height: unset;
  padding: 10px 40px;
  margin: auto auto 60px;
  overflow-wrap: break-word;
  width: 70%;
  font-size: 200%;
  text-align: center;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #ffffff, #c8c8c8);
  font-weight: bolder;
  color: #000000;
  border: none;
  letter-spacing: 3px;
}

#odpovedeDiv {
  margin: auto !important;
}

.odpoved {
  display: inline-block !important;
}

#odoslat {
  margin: 45px !important;
}

.checkbox {
  margin: -10px 5px !important;
}

#odpovedOdoslana {
  border-radius: 30px;
  position: absolute;
  bottom: 101%;
  width: 50%;
  margin: auto;
  font-size: 170%;
  border: 2px solid black;
  padding: 30px;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  right: 0;
  background: #e8e8f7;
  opacity: 0%;
}

@media only screen and (max-width: 900px) {
  #odpovedOdoslana {
    width: 95%;
  }
  
  #otazka2 {
    font-size: 170%;
    border-radius: 30px;
  }
  
  .odpoved {
    font-size: 170%;
  }
}