*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Arial', sans-serif; 
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
    padding: 0;
    background: rgb(221, 219, 219);
    color: #000;
}

a {
    color: rgb(59, 75, 164);
}

a:hover {
    color: #000;
}

a.impressum {
    display: block;
    font-size: .7em;
    margin-top: 40px;
    text-decoration: none;
}

.content {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0px;
}

.images {
    position: relative;
    padding-bottom: 100px;
}

img.bild {
    display: block;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
}

img.logo {
    height: 200px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: rotate(-10deg) translateX(-50%);
}
