#popup-overlay{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 50;
}
#popup{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 15px solid #e3e3e3;
    border-radius: 8px;
    background-color: #3fb58b;
    width: 700px;
    height: 50%;
    z-index: 51;
    box-sizing: border-box;
    padding: 1.5rem;
}
.closerPopup{
    position: absolute;
    font-size: 36px;
    padding: .6rem 1rem;
    color: #fff;
    right: 3%;
    top: 1%;
    cursor: pointer;
}
.color-scheme-grass .lead{
    color: #fff;
}
.responsive-fs{
    font-size: calc(.5rem + 1.5vw) !important;
    color: #164031;
}