
/* ----------------------- Landing Page -----------------------*/
#landing-page 
{
  scroll-snap-align: start;
  text-align: center;
  height: 100vh;
  font-size: 50px;
  padding-top: 150px;
  top: 0;
  box-sizing: border-box; /* Includes padding in the height calculation */

}

#landing-page p:nth-child(1)
{
  text-align: left;
  margin-left: 25%;
}

#landing-page p:nth-child(2)
{
  font-size: 90px;
}

#landing-page p:nth-child(3)
{
  font-size: 40px;
}