input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.ofinfo  a {
  text-decoration: none;
  color: #000000;
}

.ofinfo {
  padding-right:0.5rem;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 2.5rem;
}

label {
  border: 1px solid #ccc;
  padding: 5px 10px;
  background-color: #f0f0f0;
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.toggle {
  display: none;
}

#clueonoff:checked ~ .toggle {
  display: block;
}

.answerbutton {
  background-color: #4CAF50;
  color: white;
  padding: 7px 15px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 20px;
}

.answerbutton:hover {
  background-color: #45a049;
}

.goodanswer {
  color: #118811;
}

.badanswer {
  color: #BB0000;
}

#challres {
  /*font-family: "Times New Roman", serif;*/
  text-align: center;
  padding-top: 10px;
}

.divanswer {
  display:flex;
}

#answer, button {
  margin-right: 10px;
}

