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;
}

header a:hover {
    color: var(--darkant);
}

#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);
}

#main-wrap {
    width: 100%;
    display: flex;
}

.main-sides {
    width: 20%;
}

main {
    width: 60%;
    padding: 20px;
}


p {
    font-family: "Recursive", sans-serif;
    font-size: 17px;
    line-height: 1.2;
}

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: 24px;
}

.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 p a:hover{
    color: var(--white);
}

footer a {
    margin-right: 20px;
    color: var(--white);
    font-family: "Recursive Casual", sans-serif;
    text-decoration: none;
    cursor: url("/img/crsr-w.png"), auto;
}

footer a:hover {
    color: var(--white);
}

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

a {
    color: var(--link-cyan);
    cursor: url("/img/crsr.png"), auto;
}

a:hover {
    color: var(--hover-coral);
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    border-top: 2px solid var(--smooth-grey);
}

.zeile {
    margin-top: 40px;
    text-align: center;
}

.horizontal-head {
    font-size: 20px;
    font-weight: 700;
}

.horizontal-container {
    justify-content: center;    
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.spalte {
    height: 240px;
    width: 220px;
    border-radius: 8px;
    border: 2px solid var(--smooth-grey);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-icon {
    width: 100px;
    height: auto;
    margin: 16px auto;
    display: block;
}

.card-head {
    font-weight: 700;
}

.card-content {
    font-weight: 300;
}