#one {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#landing-text {
    text-align: center;
    font-family: "Langar", system-ui;
}