.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../imgs/BG_Overlay.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}

.parallax-container {
    background-image: url("../imgs/SurveyIllustration.jpg");
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.parallax-content {
    text-align: center;
    padding: 20px;
    color: white;
    border-radius: 0.5rem;
}

.parallax-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0px 2px 10px #000;
}