body {
    background-color: var(--offwhite);
    color: var(--darkant);
    font-family: "Recursive", sans-serif;
}

#top {
    scroll-margin-top: 80px;
    scroll-behavior: smooth;
}

header {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

header a {
    text-decoration: none;
    color: inherit;
}

#logo {
    width: 80px;
    height: auto;
}

#wortmarke {
    font-family: "Recursive", sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}

#author-name {
    font-family: "Caveat", cursive;
    font-size: 28px;
    margin-top: 2px;
    color: var(--darkant);
}

footer {
    padding-top: 12px;
    justify-content: center;
    height: 140px;
    width: 100%;
    margin-top: 100px;
    color: var(--white);
    background-color: var(--darkant);
}

#socials {
    margin-bottom: 20px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.social-link img {
    margin-top: 36px;
    margin-bottom: 10px;
    width: 30px;
    height: auto;
}

#legal {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    margin-right: 30px;
    font-size: 14px;
    font-family: "Recursive", sans-serif;
}

footer p a {
    font-family: "Recursive", sans-serif;
    color: var(--white);
    text-decoration: none;
    color: var(--cyan);
}

footer a {
    color: var(--white);
    font-family: "Recursive Casual", sans-serif;
    text-decoration: none;
}

.top-arrow {
    font-family: "Recursive", sans-serif;
    display: inline-block;
    margin-left: 15px;
    font-size: 28px;
    text-decoration: none;
    color: var(--cyan);
}