.team-details-container {
    border: 2px solid;
    border-radius: 10px;
    overflow: hidden;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-banner {
    padding: 20px;
    text-align: center;
    position: relative;
}

.team-banner img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.team-banner h1 {
    margin: 0;
    font-size: 2.5em;
}

.team-details {
    padding: 20px;
    background-color: #fff;
}

.back-button {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.back-button:hover {
    opacity: 0.8;
}

.team-info, .team-next-event {
    margin-bottom: 20px;
}

.team-info h2, .team-next-event h2 {
    margin-top: 0;
    color: #333;
}

.team-details p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}
