.nav__links {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    height: 50px;
    padding: 0 8px;

    text-decoration: none;
    color: #000;
    transition: color 0.15s ease, font-weight 0.15s ease;
}

.nav__links:hover {
    color: #6AC64F;
    font-weight: bold;
}
