#landing {
  min-height: 100%; /* 16:9 is 56.25vw */
  display: flex;
  align-items: center; /*vertical centralise*/
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  background-color: var(--main-color);
}