.popup{
    background-color: #190572;
    width: 50%;
    padding: 10px 10px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
    }
    .popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
        background: #0f72e5;
        border-radius: 100%;
        width: 40px;
        height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    }
    .popup h2{
    margin-top: -20px;
    }
    .popup p{
    font-size: 13px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
    }