body {
  background-color: rgb(237, 247, 255);
  font-family: "Gill Sans";
}

#main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}

.form {
  width: 50%;
  background-color: white;
  box-shadow: 0rem 0rem 0.5rem black;
  text-align: center;
  border-style: solid;
  border-width: 0.1rem;
  border-radius: 0.5rem;
  padding: 2rem;
}

.wishlist-header {
  margin-bottom: 3rem;
}

.wishlist-paragraph {
  font-weight: 500;
}
