@media only screen and (max-width:1024px) {
  .nav, .menu-bar .theme {
    display: none;
  }

  .drawer-button {
    display: flex;
  }

  .drawer-container {
    display: block;
  }
}