main {
  width: calc(100vw - (100vw - 100%));
  height: 80vh;
}

#wrapper {
  background-color: var(--extra-1-color);
}
