
.popup{
    position: absolute;
    left:15%;
    top: 20%;
    width: 70%;
    padding:40px;
    background-color:#FFFFFF;
    border-radius: 19px;
    display:none;
    z-index:2;
    margin-bottom:20px;
    
    box-shadow: 1vh 1vh 1.2vh rgba(0, 0, 0, 0.16);
}

.close-popup{
    width: 2vw;
    float: right;
    
    
    cursor:pointer;
  }
.div-image-contention img{
    width: 20vw;
    height: auto;
}