

.c-me {
    .cnt {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 15px;
        .ava {
            width: 130px;
            height: 130px;
            border-radius: 25px;
        }
        div {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: start;
            flex-direction: column;
            h1 {
                font-size: 45px;
                margin: 0;
            }
            h2 {
                color: #dedede;
                font-size: 25px;
                margin: 0;
            }
            h3 {
                color: #cacaca;
                font-size: 18px;
                margin: 0;
            }
        }
    }
}

.c-time {
    .cnt {
        display: flex;
        justify-content: center;
        height: 90%;
        align-items: center;
        flex-direction: column;
        margin: 0px 20px;
        gap: 4px;
        h1 {
            font-size: 40px;
            text-decoration: dashed underline;
            margin: 0;
        }
        h2 {
            font-size: 25px;
            color: #dedede;
            margin: 0;
            text-decoration: dotted underline;
        }
        h3 {
            color: #cacaca;
            font-size: 18px;
            margin: 0;
        }
    }
}

.c-server {
    .cnt {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0px 20px;
        gap: 4px;
        h1 {
            font-size: 40px;
            color: #15bc05;
            text-decoration: dashed underline;
            margin: 0;
        }
        h2 {
            font-size: 25px;
            color: #dedede;
            margin: 0;
            text-decoration: dotted underline;
        }
        h3 {
            color: #cacaca;
            font-size: 18px;
            margin: 0;
        }
    }
}

.c-projects {
    .cnt {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 20px 20px;
        gap: 4px;
        h2 {
            font-size: 25px;
            color: #dedede;
            margin: 0;
            text-decoration: dotted underline;
        }
    }
}