
section {
    color: var(--text-color);
    padding: 60px;
}

section li {
    list-style-type: none;
}

section a {
    color: var(--text-color);
}