.main.hijs-achtergrond::before {
    content: "";
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position-y: bottom;
    background-image: linear-gradient(260deg, rgba(0,0,0,0.8) 60.9%, transparent 61%), url('../img/hijs-achtergrond.jpg');
    transform: scaleX(-1);
}

.main.hijs-achtergrond {
    height: 100vh;
}

.huge-text {
    font-size: 5rem;
    font-weight: bold;
}