#twitter-icon {
    position: absolute;
    top: 20px;
    left: 420px;
    width: 200px;
  }
  
  #discord-icon {
    position: absolute;
    top: -18px;
    right: 420px;
    width: 180px;
  }
  
  #logo-maskuoff {
    width: 650px;
  }
  
  #maskueyes {
    width: 28%;
    max-width: 600px;
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #phrase {
    width: 1000px;
    min-width: 1000px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  
  #devilhands1, #devilhands2, #devilhands3, #devilhands4 {
    position: absolute;
  }
  
  #devilhands1, #devilhands2 {
    left: -80px;
  }
  
  #devilhands3, #devilhands4 {
    right: -80px;
  }
  
  #devilhands1 {
    width: 450px;
    bottom: 190px; 
  }
  
  #devilhands2 {
    width: 450px;
    bottom: 680px; 
  }
  
  #devilhands3 {
    width: 450px;
    bottom: 680px;  
  }
  
  #devilhands4 {
    width: 450px;
    bottom: 190px;  
  }
  
  #devilhands1:hover, #devilhands2:hover {
    transform: translateX(80px);
  }
  
  #devilhands3:hover, #devilhands4:hover {
    transform: translateX(-80px);
  }
  
  #mynotes {
    position: absolute;
    width: 250px;
    right: 300px;
    bottom: 20px;
  }