body {
    text-rendering: geometricPrecision;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
a,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
hr {
    width: 5em;
    border: 1px inset black;
    border-style: solid;
    border-radius: 16%;
    margin: 3em auto;
}
/************************************************************************************************************
TEXT
************************************************************************************************************/
.brand-name {
    font-family: 'Monet', serif;
}
.brand-name a:hover {
    text-decoration: none !important;
    color: #383838;
}
/************************************************************************************************************
LAYOUT
************************************************************************************************************/
.one-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.postcard {
    min-width: 60%;
    max-width: 700px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#image {
    width: 100%;
    aspect-ratio: 3/2;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.title {
    margin-top: 1em;
}
.title h1 {
    font-size: 4.5vw;
    font-size: max(2rem, 4.5vw);
    margin-block: 0;
    margin-inline: 0;
}
@media (max-width: 800px) {
    .one-pager {
        padding-bottom: 20%;

    }
    .postcard {
        padding-bottom: 20%;
    }
}
footer {
    display: flex;
    width: 100%;
    justify-content: end;
    color: #383838;
}
/************************************************************************************************************
IMPRINT
************************************************************************************************************/
.imprint {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.imprint h1 {
    font-size: 4em;
}
.generated-imprint {
    text-align: justify;
    max-width: 50em;
    margin: 0 auto;
}
.generated-imprint h3,
.generated-imprint h4 {
    text-align: center;
}
