/* for font style */

.f-60 {
    font-size: 60px;
}

.f-40 {
    font-size: 40px;
}

.f-36 {
    font-size: 36px;
}

.f-32 {
    font-size: 32px;
}

.f-24 {
    font-size: 24px;
}

.fw-500 {
    font-weight: 500;
}

/* for color style */

.c-green {
    color: #339a2d;
}

.c-dark {
    color: #003770;
}

/* for display style */
.v-center {
    display: flex;
    align-items: center;
}