body{
    /* background-color: #e8f5f4; */
}
.c-title{
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 24px;
    /* background: linear-gradient(90deg, rgba(16,203,255, 1), rgba(129,82,250,1)); */
    background: linear-gradient(90deg, rgb(67 241 226), rgb(20 90 83));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.subtitle{
    color: #6c6c6c; 
    font-size: 14px;
    margin-bottom: 20px;
}