@charset "UTF-8";
/* CSS Document */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}