.lander-linkblock {
  outline-offset: -30px;
  color: #000;
  border: 1px #000;
  outline: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  font-size: 1.3rem;
  text-decoration: none;
  display: flex;
}

.lander-linkblock:hover {
  outline-offset: -30px;
  outline: 2px solid #000;
}


