.imprint {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

* {
    text-align: center;
}


h1 {
    margin-bottom: 55px;
    color: white;
}

.imprint-text-container {
    background-color: rgb(53, 53, 48);
    font-size: 30px;
    padding:30px;
    border: 1px solid #fcd462;
}

#impressum {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: white;

    font-size: 20px;

}

#impressum h2 {
    color: white;

    margin-bottom: 15px;
}

#impressum p {
    margin: 10px 0;
}

#impressum a {
    color: white;

    text-decoration: none;
}

#impressum a:hover {
    text-decoration: underline;
}