.text-center{
    text-align: center;
}

.text-pink {
    color: #F0ABA6;
    text-shadow: 0px 4px 40px rgba(250,139,199,.36),
    0px 0px 40px rgba(255,255,255,.02);
}

.font-extra-bold {
    font-weight: 800 !important;
}

.text-title{
    font-size: 26px;
}

.text-content{
    font-size: 20px;
}

.text-shadow{
    text-shadow: 2px 2px 30px rgba(255,255,255,1);
    filter: drop-shadow(2px 2px 30px rgba(255,255,255,1));
}