body, html {
    height: 100%;
}

.background {
    background-image: url("/Media/images/20240530-155434659.jpg");
}

.main-article {
    background-color: rgb(220, 220, 220);
    color: black;
    min-height: 100%;
}

.main-article p{
    word-wrap: break-word;
    text-align: justify;
}

.angebote li{
    text-align: LEFT;
    list-style-type: disc;
    margin-bottom: 0.3em;
}

.angebote li span{
    font-size: 1em;
}

.main-article h1 {
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    font-size: 2em;
}

@media(min-width: 1080px) {
    .main-article h1 {
        margin: auto;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
        font-size: 3em;
    }

    .angebote li{
        text-align: center;
        list-style-type: none;
        margin-bottom: 0.3em;
    }

    .angebote li span{
        font-size: 1.2em;
    }
}