#modal1.modal{
    display: block;
    position: fixed;
    top: 50%;
    bottom: unset;
    color: black !important;
    margin: auto;
}

#modal1 h2{
    color:black !important;
}
@media(max-width:480px){
    #modal1.modal{
    display: block;
    background: white;
    border: 1px solid #a0a0a0;
    border-radius: 7px;
        padding: 15px 10px;
    }
}