/* Enter Your Custom CSS Here */

.fact {
   font-size: 40px;
}
@media only screen and (max-width: 600px) {
   .welcome-button {
      display: block;
   }
}
.welcome-button,
.call-to-action {
    font-size: 30px;  
}
.welcome-title {
    font-size: 72px;
}
.welcome-title, .welcome-desc {
  text-shadow: none;
}
.welcome-desc {
    font-size: 52px;
    font-weight: 700;
}