body {
  text-align: center;
  margin-top: 30px;
  font-family: "Courier";
  background-color: #f1c40f;
  color: #ecf0f1;
}

img {
  height: 400px;
  width: auto;
  padding: 10px;
}

#valentineQuestion {
  font-size: 50px;
  margin-bottom: 10px;
}
.answerButton {
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  margin: 10px;
  font-family: "courier";
  margin-bottom: 20px;
  background-color: #f39c12;
  color: #ecf0f1;
  border-radius: 12px;
  border: 2px solid #ffe3e1;
  box-shadow: 1px 1px 2px #ff9494;
  transition: 0.3s;
}

.answerButton:hover {
  background-color: #e67e22;
  color: #ffe3e1;
  border: 2px solid #e67e22;
  box-shadow: 1px 1px 2px #ffe3e1;
}
