@charset "UTF-8";

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.8px !important;
  }
  .header-links {
    display: none;
  }
  .header-menu {
    display: flex !important;
  }
  .header {
    height: 60px !important;
  }
  .header-space {
    height: 60px !important;
  }
  body {
    grid-template-rows: 60px auto 1fr auto !important;
  }
  .logo-image {
    height: 50px !important;
  }
  .header-logo {
    margin-left: 40rem !important;
  }
}
