.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    display: flex;
    gap: 10px;
    max-width: 90vw;
    overflow-x: auto;
}

.modal-content img {
    max-height: 300px;
    cursor: pointer;
}

.close {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.cardsProjeto img {
    cursor: pointer;
}
