#home{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 40px 0;
    border-bottom: solid 1px rgb(128, 128, 128);
}

#greeting{
    font-size: 20px;
    color: #00bfa6;
    font-weight: 600;
}

#job{
    font-size: 20px;
    color: #8b8b8b;
    line-height: 30px;
    text-align: justify;
}

#about{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    background-color: #fafafa;
    border-radius: 16px;
    padding: 10px;
}

.container-about>p {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    text-align: left;
}

#about>.container-about{
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 13px 11px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    align-items: center;
    text-align: justify;
}

.container-about>div:nth-child(1){
    background: rgba(0, 245, 212, 0.12);
    border-radius: 16px;
    padding: 8px 8px;
}

.container-about>div:nth-child(1)>i{
    font-size: 22px;
    font-weight: 700;
    color: #00b47a;
}

#education{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background: #fff;
}

.program>ul{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.program>ul>li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    gap: 4px;
    padding: 10px 12px;
    border: 1px solid #eee;
    border-radius: 18px;
    background: #fafafa;
}

.center{
    font-size: 20px;
    font-weight: 700;
}

.title{
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.data-title{
    padding: 8px 10px;
    border-radius: 14px;
    background: rgba(0, 245, 212, 0.12);
    color: #008f7a;
    font-size: 15px;
    font-weight: 700;
}