.impressum-body {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}

.impressum-box {
    margin: 48px;
    color: white;
}

.impressum-box h1 {
    font-size: 32px;
    margin: 32px 0 8px 0;
    font-weight: normal;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.image-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    overflow: hidden;
}

.image-box img {
    width: 100px;
    height: 200px;
    opacity: 0.3;
}