BODY {
    background-color: rgb(251,252,255);
    font-family: 'PT Sans', sans-serif;
}

A {
    color: #006f8f;
    text-decoration: none;
}

A:hover {
    color: #005972;
    text-decoration: underline;
}

.container {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.container-fullpage {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.logo {
    width: 90%;
    max-width: 650px;
}

.logo-small {
    width: 50%;
    max-width: 300px;
}

.hometext {
    font-size: large;
    margin-top: 2em;
    margin-bottom: 2em;
}

.impressum {
    text-align: center;
}