.textSection{
    width: 100vw;
    box-sizing: border-box;
    padding-left:20vw;
    padding-right: 20vw;
}
.textHeader{
    font-size: 2.5rem;
    margin-top: 50px;
    margin-bottom: 30px;
}
.textBody{
    font-size: 1rem;
}
.textDividerRed{
    border-top: #FF4E5D 5px dashed;
    width: 100%;
    height: 5px;
}
.textDividerGreen{
    border-top: #62FF51 5px dashed;
    width: 100%;
    height: 5px;
}
.textDividerBlue{
    border-top: #9785FB 5px dashed;
    width: 100%;
    height: 5px;
}
.animateText span{
    display: inline-block;
    position: relative;
    opacity: 0.01;
    transform: translateY(50px);
}
.headerAnim{
    opacity: 0;
}
@media (max-width:500px) {
  .textSection{
    padding-left: 10vw;
    padding-right: 10vw;
  }
}