.modalBaixar {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    text-align:center;
    display:flex;
    justify-content:  center;
    align-items: center;
    width:80%;
     flex-direction:  column; 
}


.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.bt-download{
    display:inline-block;
    background-color:lightgreen; 
    padding:10px;
    margin:10px;
    border:2px solid green;
    border-radius:8px;
    font-weight:bold;
    cursor: pointer;
    font-size:18px;
}
.bt-cancell{
    padding:5px;
    margin:5px;
    border-radius:8px;
    border:1px solid gray;
    cursor: pointer;
     font-size:15px;
}

