p {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s forwards;
}
p.first {
  animation-delay: 1s;
  font-size: 40px !important;
  color: #F5F5F5;
}
p.second {
  animation-delay: 3s;
  width: 50%;
  margin: auto;
  font-size: 1rem !important;
  color: #F5F5F5;
  width:100%
}

/*# sourceMappingURL=nesting.css.map */
