.list__title {
    color: white;
    font-size: 26px;
    text-align: center;
}

.list__link {
    text-decoration: none;
    color: white;
    font-size: 22px;
    transition: 0.3s;
}

.list__link:hover {
    opacity: 0.9;
    color: rgb(21, 179, 179);
    cursor: pointer;
}

.section__list {
    display: flex;
    flex-direction: column;
}