/* 📲 TABLET */
@media (min-width: 601px) and (max-width: 1024px) {
  html, body {
    background-size: 20%;
  }
  body {
   padding-top: 200px;
  }
}

/* 🖥️ PC */
@media (min-width: 1025px) {
  html, body {
    background-size: 10%;
  }
  .banner {
    height: 150px;
  }
  body {
   padding-top: 300px;
  }
  .wave {
    height: 40px;
  }
  
  .gifsmenu {
    width: 80px;
  }

  .dreasarts {
    width: 300px;
  }
}