@media 
  (min-width: 2880px) and (min-height: 1800px),
  (min-width: 3000px) and (min-height: 2000px),
  (min-width: 3024px) and (min-height: 1964px) {

  #twitter-icon {
    position: absolute;
    top: 50px;
    left: 600px; 
    width: 235px; 
  }

  #discord-icon {
    position: absolute;
    top: 10px;
    right: 600px;
    width: 200px;
  }

  #logo-maskuoff {
    width: 800px; 
  }

  #maskueyes {
    width: 30%; 
    max-width: 700px; 
    bottom: 25%; 
  }

  #phrase {
    width: 1200px; 
    min-width: 1200px;
    bottom: 40px; 
  }

  #devilhands1, #devilhands2, #devilhands3, #devilhands4 {
    width: 550px; 
  }

  #devilhands1, #devilhands2 {
    left: -120px;
  }

  #devilhands3, #devilhands4 {
    right: -120px;
  }

  #devilhands1, #devilhands4 {
    bottom: 250px; 
  }

  #devilhands2, #devilhands3 {
    bottom: 900px; 
  }

  #mynotes {
    width: 300px; 
    right: 400px;
  }
}