.popup-container{
    background-color: var(--bg-90);
    border-radius: 24px;
}
.close-button{
    color: #757575;
    font-size: 32px;
   
}
.close-container{
    
    margin-top: 72px;
    background: none;
    border: 0;
    float:right;
    margin-right: 32px;
}
.modal-body{
    padding: 48px;
}
