

html, body { 
    font-family: 'Muli', sans-serif;
    color: var(--black);
    margin: 0; padding: 0; 
    background-size: cover;
    background-image: url(https://justinfeil.de/gartenbau/datenschutz/background.png);
    background-repeat: none;
    background-position: center;
    background-attachment: fixed;
}

.bg-text {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
}

p {
    font-size: 20px;
}