body {
  text-align: center;
  margin-top: 70px;
  font-family: "Courier";
  background-color: #5334d2;
  color: #eeeeee;
}

.las{
  font-size: xx-large;
  color: #0c0b0b;
}

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: #ffffff;
  color: #0c0b0b;
  border-radius: 12px;
  border: 2px solid #e9d118;
  box-shadow: 1px 1px 2px #2e2c2c;
  transition: 0.5s;
}

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