.link a{
    color: #000;
    /* text-decoration: none; */
    font-size: 12px;
}

.nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;

}


.nav-button {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background: white;
    font-size: 14px;
}

.nav-button:hover {
    border-color: #000;
}

.nav-button.active {
    background: #000;
    color: white;
    border-color: #000; 
}


.cg{
    height: calc(100vh - 150px);
}
