body {
    background-color: #cce5ff; /* Leichte blaue Hintergrundfarbe */
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 25px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: space-evenly;
    -moz-justify-content: space-evenly;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

img.logo {
    max-width: 300px;
}

img {
    height: auto;
}

.content {
    max-width: 1440px;
    margin: 50px auto 50px auto;
}

.contact {
    margin-top: 30px;
}