@media 
  (max-width: 5120px) and (max-height: 2880px),
  (max-width: 6016px) and (max-height: 3384px) {

  #twitter-icon {
    position: absolute;
    top: 80px; 
    left: 1000px; 
    width: 340px; 
  }

  #discord-icon {
    position: absolute;
    top: 15px;
    right: 1000px;
    width: 300px; 
  }

  #logo-maskuoff {
    width: 1200px; 
  }

  #maskueyes {
    width: 35%; 
    max-width: 1100px; 
    bottom: 22%; 
  }

  #phrase {
    width: 1800px; 
    min-width: 1800px;
    bottom: 80px; 
  }

  #devilhands1, #devilhands2, #devilhands3, #devilhands4 {
    width: 825px; 
  }

  #devilhands1, #devilhands2 {
    left: -240px; 
  }

  #devilhands3, #devilhands4 {
    right: -240px;
  }

  #devilhands1, #devilhands4 {
    bottom: 300px; 
  }

  #devilhands2, #devilhands3 {
    bottom: 1200px; 
  }

  #mynotes {
    width: 450px;
    right: 600px; 
    bottom: 60px;
  }

  #devilhands1:hover, #devilhands2:hover {
    transform: translateX(180px); 
  }
  
  #devilhands3:hover, #devilhands4:hover {
    transform: translateX(-180px);
  }

  body {
    zoom: 1.2; 
  }
}