.navList {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navItem {
    margin-bottom: 1%;
}

.navLink {
    transition: all .3s;
}

.navLink:hover {
    opacity: 0.8;
}
#target2{
    position: absolute;
    width: 100%;
    top: -8%;
}
#target3{
    position: absolute;
    width: 100%;
    top: -2.5%;
}
#offerOne{
    position: absolute;
    width: 100%;
    bottom: 30%;
}
.bgHeader{
    position: sticky;
    top: 0;
    z-index: 10;
    margin-top: -10%;
}
@media (max-width:768px) {
    .bgHeader{
        position: absolute;
        margin-top: 0%;
    }
}