body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

#main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5vh;
  max-width: 100vw;
  min-height: 100vh;
}

.landing-intro {
  height: 100%;
  max-width: 600px;
  align-self: center;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  gap: 50px 0px;
}
