body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

.forContainer {
  text-align: center;
  font-family: "Amatic SC", cursive;
  font-size: 35px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}
#birthdayHeader {
  background-color: white;
  height: 10%;
  width: 100%;
}

p {
  color: black;
  text-align: center;
  padding: 12px;
  font-family: "Abel", sans-serif;
  font-size: 25px;
  font-weight: 500;
}
#particles-js {
  height: 100%;
  background-color: white;
}

