body {
  font-family: "Comic Neue";
  background: #000;
  color: white;
  text-align: center;
}


braille li {
  font-size: 300px;
  list-style: none;
  position: absolute;
  top: -50px;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  text-shadow: 0 0 10px rgba(255,255,255,1);
  transition: opacity 0.4s ease;
}

braille il:first-child {
  opacity: 0.2 !important;
}

braillefixe fx {
  font-size: 300px;
  list-style: none;
  position: absolute;
  top: -50px;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  text-shadow: 0 0 10px rgba(255,255,255,1);
}

braillefixe fx:first-child {
  opacity: 0.2 !important;
}

alphabet al {
  font-size: 100px;
  padding: 3em 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  
}

#moon {
  font-size: 80px;
  filter: grayscale(1);  
  top: 5%;
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 15s;
}
@-webkit-keyframes run {
  0% {
    top: 5%;
    left: 0;
  }
  100% {
    left: 90%;
    top: 20%;
    opacity: 0;    
  }
}