@font-face {
    font-display: swap;
    font-family: 'Just Another Hand';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/just-another-hand-v19-latin-regular.woff2') format('woff2'); 
}

html {
    font-size: 16px;
}


body {
    background-image: url(Hintergrund-kl.jpg);
    font-family: 'Just Another Hand', sans-serif;
    padding: 1rem;;

}
#logo {
    display: block;
    margin: 0 auto;
    height: 65vh;
    max-width: 95%;
}
a {
    text-decoration: none;
    color: #2e502b;
}
p {
    margin-top: 0;
}
.content {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    line-height: 125%;
    color: #2e502b;
    position: relative;
    max-width: 460px;
}
#label {
    margin: 0 auto;
    height: 125px;
    position: absolute;
    top: 0px;
    right: -150px;
}
footer {
    padding-top: 100px;
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 125%;
    color: #2e502b;
}

@media (max-width: 761.9999px) {
    #label {
        position: unset;
        right: unset;
        top: unset
    }
}

@media (min-width: 762px) {
    html {
        font-size: 18px;
    }

}