.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 16, 37, 0.479);
    z-index: 1000;
}
.modal-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    width: 80%;
    max-width: 900px;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: black;
    cursor: pointer;
}



.projeto{

    color:rgb(2, 2, 2);

}


.title-projeto{

    font-size:30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:rgb(2, 2, 2);
    font-variant: normal;
    

}



img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
