﻿.popup-background-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(10, 10, 10, 40%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-container {
    background-color: #EFFCEE;
    border-radius: 16px;
    padding: 20px 20px;
    max-width: 80%;
    max-height: 80%;
}