body {
  font-family: Arial, sans-serif;
  margin: 50px;
}

.question {
  margin-bottom: 20px;
  color: black;
}
.options {
  color: #000088;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="submit"] {
  padding: 10px 15px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #0056b3;
}
