.container {
  width: 100%;
}

h1 {
  text-align: center;
}

.question {
  color: #000;
  margin-bottom: 15px;
}

.options {
  margin-bottom: 10px;
}

.option {
  display: block;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0099ff;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 8px;
  
  margin-bottom: 20px;
}

.button:hover {
  background-color: #0080d5;
}

.result {
  margin-top: 0px;
  margin-bottom: 15px;
}

.hide{
  display: none;
}

input{
  margin-right: 5px;
}