/* -----------------------About--------------------- */
#about {
    margin: 14px 0;
    background-color: var(--surface);
    color: var(--text);
    border-radius: 18px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-xs);
    height: auto;
    align-content: center;
}

.about-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-list li {
    margin: 8px 0;
}
