.signature {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;       /* angenehm groß */
    line-height: 1.2;
    color: #313332;        /* wie deine Hauptfarbe */
    display: inline-block;
}

.fa-ul {
    margin-inline-start: 0!important;
    padding-bottom: 15px;
}

html {
    scroll-behavior: smooth;
}

/* Offset für alle Section-Anker */
section[id] {
    scroll-margin-top: 120px; /* oder 100px, wie du es brauchst */
}