@media (max-width: 768px) {
 html, body {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-y: hidden !important;
}


 .main-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0rem;
  margin: 3rem auto 0.1rem auto;
  max-width: 270px;
  box-sizing: border-box;
  justify-content: center;
}

  .main-index a {
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
    letter-spacing: 0.03em;
  }
  .logo img {
    max-width: 95vw;
    height: auto;
    margin: 0.2rem auto 0.05rem auto;
    display: block;
  }
  .footer-symbol {
    font-size: 1rem;
    margin: 5rem auto 0 auto;   /* Ingen extra luft ovan/under */
    text-align: center;
    display: block;
  }
}

