.project.hidden {
    display: none;
}
#showMoreBtn {
    background: #333;
    color: white;
    border: none;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
}
#showMoreBtn:hover {
    background: #555;
}
