body {
  font-family: 'Work Sans', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  text-align: center;
  background-color: #e2e6e5;
  color: #1d2425;
}

h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 50px;
}

#prefix {
  font-size: 28px;
  margin-bottom: 20px;
}

button {
  background-color: rebeccapurple;
  color: #e2e6e5;
  padding: 15px 30px;
  font-size: 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

#verbImage {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  margin-top: 20px;
}

#options {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

#options label {
  margin-left: 5px; /* Space between checkbox and label */
}

.checkbox-option {
  display: flex;
  align-items: center; /* Align items vertically */
}
