.parallax{
    background-image: url("../images/Hintergrundbild.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15rem 0;
    text-align:end;
    color: var(--primanry-color);
}