#modal01 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.zaavar {
    width: 60%;
    margin: auto;
        margin-top: auto;
    background: white;
    margin-top: 5%;
    padding: 30px;
    height: 80%;
    overflow-y: scroll;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}
.sanamj {
    text-align: center;
    color: red;
}
.msj {
    background: white;
    padding: 20px;
    text-align: center;
}