html{
  cursor: url('../assets/Game Cursor.png'), auto;
}

#icon{
  position: absolute;  
  bottom: 10px;        
  right: 10px;         
  opacity: 0.5;        
  width: 100px;        
  pointer-events: none;
}

body{
  background-color: rgb(0, 100, 0);
}