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

html, body {
    height: 100%;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: "Times New Roman", serif;
    font-size: 2.5rem;
    margin: 0;
    padding: 20px;
}

.site-header,
.site-main,
.site-footer {
    width: 100%;
}

.site-title {
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 40px;
}

.section {
    margin-bottom: 40px;
}

.section-link {
    color: #ffffff;
    text-decoration: underline;
}

.impressum-heading {
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section p {
    font-size: 1.5rem;
    line-height: 1.2;
    max-width: 40rem;
}

.site-footer {
    margin-top: 60px;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    body {
        padding: 40px;
    }

    .site-title {
        font-size: 3rem;
    }

    .section {
        margin-bottom: 50px;
    }
}
