.landing-page {
  position: relative;
  width: 100%;
  min-height: 100vh; /* makes sure it fills the screen */
  background: #000000;
}