body {
    background: url(https://www.heinze.wtf/img/hintergrund.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    color: #333;
    text-align: center; /* Zentriert den Inhalt für ältere Browser */
    }

.pt-100 {
    padding-top:100px;
}

.boxed {
    margin: 0 100px 0 100px;
}

h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 86px;
}