.about-link {
    color: #888 !important;
    font-size: 2em;
    text-decoration: none;
}
.about-link:visited {
    color: #888 !important;
}
.about-link:active {
    color: #888 !important;
}
.about-link:hover {
    color: #555 !important;
}

.lang-switcher{display:inline-flex;gap:8px;align-items:center}
.lang-btn{
    display:inline-flex;align-items:center;justify-content:center;
    width:36px;height:36px;border-radius:50%;text-decoration:none;
    border:1px solid #ddd;font-weight:600
}

