
                

    #modal {
    position: fixed;
    font-family: inherit;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalcontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /*width: 80%;*/
    padding: 20px;
    text-align: center;
    color: rgb(83, 83, 83);
}