.bg-gradient {
    background: rgb(28, 41, 38);
    background: linear-gradient(90deg, rgba(28, 41, 38, 1) 0%, rgba(223, 0, 78, 1) 100%);
}

.text-color1 {
    color: #1C2926;
}

.text-color2 {
    color: #F7E00B;
}

.text-color3 {
    color: #DF004E;
}

.text-size1 {
    font-size: 12px;
}

.text-size2 {
    font-size: 13px;
}

.text-size3 {
    font-size: 14px;
}

