body{
  background-color: black;
  opacity: 1;
  transition: opacity 0.5s ease;
}
body.fade-out {
  opacity: 0;
}
/**/
.START{
    width:500px;
    height:500px;
    position:absolute;
    left:500px;
    bottom:125px;
    cursor: url("assets/pomecursor.png"),auto;
}
.START img{
  width:100%;
  height:100%;
}
.STARS1{
  position: relative;
  left:150px;
  top:250px;
}
.STARS2{
  position: relative;
  left:200px;
  top:350px;
}
.STARS3{
  position:relative;
  left:1200px;
  top:350px;
}
.STARS4{
  position:relative;
  left:1100px;
  top:150px;
}
.TEXT{
  width:500px;
    height:500px;
    position:absolute;
    left:500px;
    bottom:125px;
    cursor: url("assets/pomecursor.png"),auto;
}
.TEXT img{
  width:100%;
  height:100%;
}
