.popup-overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0, 0.5);
    z-index: 9998;
}

.popup-starter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.starter-content {
    position: relative;
    background: white;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

.close-popup2 {
    position: absolute;
    top: -5px;
    right: 0px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #f50058;
}

.close-popup2:hover {
    background: none;
    color: #000;
}

.close-popup2 i {
    font-size: 24px;
}

.popup-h2 {
    margin-top: 8%;
}

.popup-p {
    margin-bottom: 1.5em;
}
