@media (max-width: 1023px) {
  #menu {
    display: flex;
    align-items: center;
  }

  #menutoggle {
    position: absolute;
    right: 0;
  }
  #menulist {
    position: absolute;
    top: 100%;
    height: 100vh;
    right: 0;
    background-color: #fff;
    width: 70%;
  }
  #menulist.toggler {
    display: inline-block;
    transition: 1s linear;
  }

  #menulist ul {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  #menulist ul li {
    padding: 10px 10px;
  }

  #menulist ul li:nth-child(2),
  #menulist ul li:nth-child(4) {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  }

  #menulist img {
    opacity: 0.1;
    width: 70%;
    margin: 50px auto;
  }

  #navbar {
    width: 100%;
    height: 10vh;
    display: flex;
    padding: 10px 20px;
  }

  #events {
    max-width: 80%;
  }

  #events > p {
    font-size: 10px;
  }
  #events > a {
    font-size: 10px;
  }

  footer > .container > a > img {
    width: 30px;
  }
}
