body {
    background: #031321;
    color: #fff;
}

p {
    text-align: center;
    text-decoration: none;
}

.heading {
    font-size: 40px;
    line-height: 55px;
}

.main h1 {
    text-align: center;
    text-decoration: none;
    padding: 15px 25px;
    font-family: sans-serif;
}

.lasagne {
    font-size: 40px;
}

.bild {
    max-width: 1280px;
}

@media screen and (max-width: 1280px) {
    .bild {
        max-width: 90%;
    }
}

.bananenquark {
    font-size: 40px;
}

ol {
    text-align: center;
    list-style-position: inside;
    padding: 0;
}
ol li + li {
    margin-top: 20px;
}

h2 {
    text-align: center;
    font-weight: normal;
    font-size: 40px;
}

ol + h2 {
    margin-top: 60px;
}
hr {
    border-top: none;
    border-bottom: none;
    margin-bottom: 120px;
}