body.hidden {
  visibility: hidden;
}

.body {
  display: flex;
  margin: 20px 30px;
  height: 100vh;
  overflow-x: hidden;
  white-space: normal;
  word-wrap: break-word;
  font-size: 35px;
}

.title {
  text-align: center;
}

.imageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  height: 20%;
  max-width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #c5c5c533;
}

.imageBox img {
  height: 80%;
  width: auto;
  max-width: 100%;
}

.imageMessage {
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 0.5;
  font-weight: bold;
}

.message2 {
  color: #666;
}

.options {
  margin: 50px 0;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 2px solid #e1e1e1;
}

#checkbox {
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.options label {
  color: #666;
}

.button {
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 100px;
  width: 200px;
  padding: 1rem 2rem;
  font-size: 30px;
  font-weight: bold;
  border: none;
  color: #27acd9;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0.2, 0.2, 0.2, 0.3);
}

.button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.message {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: red;
}

.errorPage {
  text-align: center;
}

.errorTitle {
  font-size: 6rem;
  font-weight: bold;
  color: #333;
}

.errorMessage {
  font-size: 1.5rem;
  color: #666;
}
