body {
  background-image: url("https://twillusa.com/wp-content/uploads/2018/06/TwillUSA-Neon-Pink-HTV-Glitter-Closeup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#title {
  background-color: #98FB98;
  border-radius: 10px;
  font-size: 38px;
  border: 1px solid black;
  margin-left: 250px;
  margin-right: 250px;
  text-decoration: underline;
}

#legend1 {
  background-color: #98FB98;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid black;
}

#fs {
  background-color: #FFFAF0;
  border-radius: 12px;
  box-shadow: 4px 1px 8px;
}

#buttons {
  background-color: #98FB98;
  padding: 10px 10px;
  border-radius: 12px;
}
#reset {
  background-color: #FF6347;
  padding: 10px 10px;
  border-radius: 12px;
  color: white;
}