body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;

  background-image: url("/images/landing_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}