:root {
    --main-color: #129875;
    --dark-color: #000559;
    --lt-gray: #EBEBF2;
    --dk-gray: #3F4443;
}

.fa-hands-helping {
    font-size: 35px;
    color: var(--dark-color);
}
.message p {
    font-size: 22px;
    text-align: center;
}

blockquote {
    text-align: center;
}
