html, body {
  height: 100%;
  margin: 0;
}

.landing-link{
  display: block;
  width: 100vw;
  height: 100vh;
  text-decoration: none;
}

.landing-image{
  width: 100%;
  height: 100%;
  object-fit: cover; /* full nutup layar */
  display: block;
}
