html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  text-align: center;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: black;
  background-image: url('images/background.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#twitter-icon {
  position: fixed;
  top: 25px;
  left: 200px;
  width: 120px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#twitter-icon:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

#discord-icon {
  position: fixed;
  top: 5px;
  right: 200px;
  width: 100px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#discord-icon:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#logo-maskuoff {
  width: 700px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#logo-maskuoff:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

#maskueyes {
  width: 20%; 
  max-width: 400px; 
  min-width: 200px; 
  position: fixed;
  bottom: 5%; 
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out;
}

#maskueyes:hover {
  transform: translateX(-50%) translateY(-10px); 
}
#phrase {
  width: 20%; 
  max-width: 700px; 
  min-width: 200px; 
  position: fixed;
  bottom: 5%; 
  left: 50%; 
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#devilhands1, #devilhands2, #devilhands3, #devilhands4 {
  width: 250px;
  position: fixed;
  transition: transform 0.3s ease;
}

#devilhands1 {
  bottom: 20px;
  left: -80px;
}

#devilhands1:hover {
  transform: translateX(80px);
}

#devilhands2 {
  bottom: 300px;
  left: -80px;
}

#devilhands2:hover {
  transform: translateX(80px);
}

#devilhands3 {
  bottom: 300px;
  right: -80px;
}

#devilhands3:hover {
  transform: translateX(-80px);
}

#devilhands4 {
  bottom: 20px;
  right: -80px;
}

#devilhands4:hover {
  transform: translateX(-80px);
}

/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#mynotes {
  width: 300px;
  position: fixed;
  bottom: 30px;
  right: 540px;
  transition: transform 0.3s ease;
}
/* 2256 x 1504 -------------------------------------------------------------------------- */

@media screen and (min-width: 2256px) {

    #twitter-icon {
      position: absolute;
      top: 20px;
      left: 220px;
      width: 200px;
    }
  
    #discord-icon {
      position: absolute;
      top: -18px;
      right: 220px;
      width: 500px;
    }
  
    #logo-maskuoff {
      width: 650px;
    }
  
    #maskueyes {
      width: 28%;
      max-width: 600px;
      position: absolute;
      bottom: 15%;
      left: 50%;
      transform: translateX(-50%);
    }
  
    #phrase {
      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: 350px;
      bottom: 300px; 
    }
  
    #devilhands2 {
      width: 350px;
      bottom: 480px; 
    }
  
    #devilhands3 {
      width: 350px;
      bottom: 480px;  
    }
  
    #devilhands4 {
      width: 350px;
      bottom: 100px;  
    }
  
    #devilhands1:hover, #devilhands2:hover {
      transform: translateX(80px);
    }
  
    #devilhands3:hover, #devilhands4:hover {
      transform: translateX(-80px);
    }
  
    #mynotes {
      position: absolute;
      width: 250px;
      right: 300px;
      bottom: 20px;
    }
  
  }
  
/* 1920 x 1080 , 1920 x 1200------------------------------------------------------------------------ */

@media screen and (min-width: 1920px) {
  
  #twitter-icon {
    top: 20px;
    left: 220px;
    width: 200px;
  }

  #discord-icon {
    top: -18px;
    right: 220px;
    width: 180px;
  }

  #logo-maskuoff {
    width: 650px;
  }

  #maskueyes {
    width: 28%;
    max-width: 600px;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
  }

  #phrase {
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  #devilhands1, #devilhands2 {
    left: -80px;
  }
  
  #devilhands3, #devilhands4 {
    right: -80px;
  }
  
  #devilhands1 {
    width: 350px;
    bottom: 100px; 
  
  }
  
  #devilhands2 {
    width: 350px;
    bottom: 480px; 
  }
  
  #devilhands3 {
    width: 350px;
    bottom: 480px;  
  }
  
  #devilhands4 {
    width: 350px;
    bottom: 100px;  
  }
  
  #devilhands1:hover, #devilhands2:hover {
    transform: translateX(80px);
  }
  
  #devilhands3:hover, #devilhands4:hover {
    transform: translateX(-80px);
  }
  

  #mynotes {
    width: 250px;
    right: 300px;
    bottom: 20px;
  }
}
/* 1800 x 1440 -------------------------------------------------------------------------- */

@media screen and (min-width: 1800px) and (min-height: 1081px) and (max-height: 1440px) {

  #twitter-icon {
    top: 28px; 
    left: 270px; 
    width: 165px; 
  }

  #discord-icon {
    top: -15px; 
    right: 270px; 
    width: 150px; 
  }

  #logo-maskuoff {
    width: 520px; 
  }

  #maskueyes {
    width: 25%; 
    max-width: 480px; 
    bottom: 25%; 
  }

  #phrase {
    width: 800px; 
    bottom: 15px; 
    transform: translateX(-50%);
  }

  #devilhands1, #devilhands2, #devilhands3, #devilhands4 {
    width: 360px;
  }

  #devilhands1, #devilhands2 {
    left: -60px; 
  }
  
  #devilhands3, #devilhands4 {
    right: -60px; 
  }
  
  #devilhands1, #devilhands4 {
    bottom: 240px; 
  }
  
  #devilhands2, #devilhands3 {
    bottom: 640px; 
  }
  
  #devilhands1:hover, #devilhands2:hover {
    transform: translateX(60px); 
  }
  
  #devilhands3:hover, #devilhands4:hover {
    transform: translateX(-60px); 
  }

  #mynotes {
    width: 200px;
    right: 240px;
    bottom: 15px; 
  }
}
/* 1680 x 1050 -------------------------------------------------------------------------- */

@media screen and (max-width: 1680px) {
  
  #twitter-icon {
    top: 35px;
    left: 240px;
    width: 145px;
  }

  #discord-icon {
    top: 10px;
    right: 240px;
    width: 125px;
  }

  
  #logo-maskuoff {
    width: 450px;
    
  }

  #maskueyes {
    width: 26%;
    max-width: 500px;
    bottom: 15%;
  }

  #phrase {
    width: 750px;
    bottom: 60px;
    transform: translateX(-50%);
  }
  
  #devilhands1, #devilhands2 {
    left: -120px;
  }
  
  #devilhands3, #devilhands4 {
    right: -120px;
  }
  
  #devilhands1, #devilhands4 {
    bottom: 100px;
  }
  
  #devilhands2, #devilhands3 {
    bottom: 400px;
  }
  
  
  #devilhands1:hover, #devilhands2:hover {
    transform: translateX(120px);
  }
  
  #devilhands3:hover, #devilhands4:hover {
    transform: translateX(-120px);
  }

  
  #mynotes {
    width: 350px;
    right: 400px;
    bottom: 40px;
  }
}

/* 1440 x 900 ---1600 x 900------------------------------------------------------------- */

  @media (min-width: 1440px) and (max-height: 900px) {
    #twitter-icon {
      top: 50px;
      left: 220px;
      width: 145px;
    }
  
    #discord-icon {
      top: 24px;
      right: 220px;
      width: 125px;
    }
  
    #logo-maskuoff {
      width: 550px;
    }
  
    #maskueyes {
      width: 25%;
      max-width: 450px;
      bottom: 12%;
    }
  
    #phrase {
      width: 700px;
      bottom: 30px;
      transform: translateX(-50%);
    }
  
    
    #devilhands1, #devilhands2 {
      left: -100px;
      width: 270px;
    }
    
    #devilhands3, #devilhands4 {
      right: -100px;
      width: 270px;
    }
    
    #devilhands1 {
      bottom: 80px;
    }
    
    #devilhands2 {
      bottom: 380px;
    }
    
    #devilhands3 {
      bottom: 380px;
    }
    
    #devilhands4 {
      bottom: 80px;
    }
    
    
    #devilhands1:hover, #devilhands2:hover {
      transform: translateX(100px);
    }
    
    #devilhands3:hover, #devilhands4:hover {
      transform: translateX(-100px);
    }
  
    #mynotes {
      width: 300px;
      right: 350px;
      bottom: 30px;
    }
  }


/* 1366 x 768 -------------------------------------------------------------------------- */

@media screen and (max-width: 1366px) {
  
  #twitter-icon {
    top: 44px;
    left: 220px;
    width: 120px;
  }

  #discord-icon {
    top: 25px;
    right: 220px;
    width: 100px;
  }

  #logo-maskuoff {
    width: 450px;
  }

  #maskueyes {
    width: 28%;
    max-width: 400px;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  #phrase {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  #devilhands1, #devilhands2 {
    left: -80px;
  }
  
  #devilhands3, #devilhands4 {
    right: -80px;
  }
  
  #devilhands1 {
    bottom: 60px; 
  }
  
  #devilhands2 {
    bottom: 340px; 
  }
  
  #devilhands3 {
    bottom: 340px;  
  }
  
  #devilhands4 {
    bottom: 60px;  
  }
  
  #devilhands1:hover, #devilhands2:hover {
    transform: translateX(80px);
  }
  
  #devilhands3:hover, #devilhands4:hover {
    transform: translateX(-80px);
  }
  

  #mynotes {
    width: 250px;
    right: 300px;
    bottom: 20px;
  }
}

/* 1280 x 720 -------------------------------------------------------------------------- */

@media screen and (max-width: 1280px) {
  
  #twitter-icon {
    top: 45px;
    left: 150px;
    width: 120px;
  }

  #discord-icon {
    top: 25px;
    right: 150px;
    width: 100px;
  }

  #logo-maskuoff {
    width: 450px;
  }

  #maskueyes {
    width: 50%;                
    max-width: 370px;          
    position: absolute;        
    bottom: 10%;               
    left: 50%;                 
    transform: translateX(-50%);
  }
  #phrase {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }


#devilhands1, #devilhands2 {
  left: -80px;
}

#devilhands3, #devilhands4 {
  right: -80px;
}

#devilhands1 {
  bottom: 50px; 
}

#devilhands2 {
  bottom: 330px; 
}

#devilhands3 {
  bottom: 330px;  
}

#devilhands4 {
  bottom: 50px;  
}

#devilhands1:hover, #devilhands2:hover {
  transform: translateX(80px);
}

#devilhands3:hover, #devilhands4:hover {
  transform: translateX(-80px);
}


  #mynotes {
    width: 250px;
    right: 300px;
    bottom: 20px;
  }
}

/* 1024 x 768 -------------------------------------------------------------------------- */

@media screen and (max-width: 1024px) and (orientation: landscape) {
  
  #twitter-icon {
    top: 45px;
    left: 140px;
    width: 120px;
  }

  #discord-icon {
    top: 24px;
    right: 140px;
    width: 100px;
  }

  #logo-maskuoff {
    width: 450px;
  }

  #maskueyes {
    width: 50%;                
    max-width: 400px;          
    position: absolute;        
    bottom: 10%;               
    left: 50%;                 
    transform: translateX(-50%);
  }
  #phrase {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }


#devilhands1, #devilhands2 {
  left: -80px;
}

#devilhands3, #devilhands4 {
  right: -80px;
}

#devilhands1 {
  bottom: 60px; 
}

#devilhands2 {
  bottom: 340px; 
}

#devilhands3 {
  bottom: 340px;  
}

#devilhands4 {
  bottom: 60px;  
}

#devilhands1:hover, #devilhands2:hover {
  transform: translateX(80px);
}

#devilhands3:hover, #devilhands4:hover {
  transform: translateX(-80px);
}


  #mynotes {
    width: 250px;
    right: 300px;
    bottom: 20px;
  }
}

@media screen and (min-width: 450px) and (max-width: 950px) and (max-height: 500px) and (orientation: landscape) {

 
  #twitter-icon {
    top: 25px;
    width: 70px;
    left: 130px;
  }

  #discord-icon {
      top: 10px;
      width: 60px;
      right: 130px;
  }

  #logo-maskuoff {
      width: 250px;
      margin-top: -15px;
  }

  #devilhands1, #devilhands2, #devilhands3, #devilhands4 {
    width: 110px;
  }

  #devilhands1 {
    bottom: 25px;
    left: -20px;
  }
  #devilhands2 {
    bottom: 150px;
    left: -20px;
  }
  #devilhands3 {
    bottom: 150px;
    right: -20px;
  }
  #devilhands4 {
    bottom: 25px;
    right: -20px;
  }

  #devilhands1:hover, #devilhands2:hover {
    transform: translateX(20px);
  }
  #devilhands3:hover, #devilhands4:hover {
    transform: translateX(-20px);
  }

  #phrase {
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  #maskueyes {
      width: 20%;
      min-width: 50px;
      bottom: 15%;
      left: 50%;
      transform: translateX(-50%);
  }

  #mynotes {
    right: 50%;
    transform: translateX(50%);
    width: 180px;
    bottom: 10px;
  }
}