.loctokber-participants {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.loctokber-participant {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
    background-color: #f9f9f9;
}

.loctokber-participant:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.loctokber-participant img {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.loctokber-participant a {
    margin-right: 20px;
    font-size: 18px;
    color: #333;
}

.loctokber-participant a {
    color: #0073aa;
    text-decoration: none;
}

.loctokber-participant a:hover {
    text-decoration: underline;
}

.loctokber-level {
    margin-left: 20px;
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

p {
    margin: 10px 0;
}