.wrapper {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 2px;
}

.section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 0px #81C4FF, 3px 3px 0px #16588E, 4px 4px 0px #E7222E;
}

.parallax::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(1);
    background-size: 100%;
    z-index: -1;
}

.bg1::after {
    background-image: url('../images/bobRoss/bobross.jpg');
}

.bg2::after {
    background-image: url('../images/ivy.png');
}

.backgroundParallax {
    background-color:#ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.parallaxStylin {
    color: #000;
    text-shadow: none;
}
