.top-link-wrapper {
    text-align: right;
    padding-right: 30px; /* 30px Abstand zum rechten Rand */
    margin-top: 20px;
}

.top-link {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.top-link:hover {
    color: red;
}

html {
    scroll-behavior: smooth; /* Sanftes Scrollen */
}
