body {
    font-family: system-ui, sans-serif;
    background: #f4f6f8;
    padding: 1rem;
}

h1 {
    text-align: center;
}

.liste {
    list-style: none;
    padding: 0;
}

.liste li {
    margin: .5rem 0;
}

.liste a, .liste li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: .8rem;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

small {
    color: #666;
}

strong {
    font-size: 1.1rem;
}

.hint {
    text-align: center;
    color: #666;
}

.logo {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: -30px;
}

.logoimg {
    max-width: 150px;
}

.punkte {
  padding-left: 20px;
}

.liste img {
    border-radius: 50%; /* rund, falls gewünscht */
    object-fit: cover;
}

.liste li {
    align-content: center;
}