.clubflex {display:flex; 
    flex-wrap:wrap; 
    gap:20px; 
    justify-content:space-evenly;}

.club {
    width:250px;
    border: 3px solid var(--mittelbraun);
    padding:0px 10px;
    background: var(--dunkelbraun);}

.club h3 {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom:3px;
    border-bottom:1px solid var(--accent1);
}

.club img {
    width:225px;
    height:200px;}

.clubdesc {
    padding:10px;
    line-height:1.2;
    text-align:justify;
    height:200px;
    overflow:auto;
}

.clubmember {
    margin-top:10px;
    border-top:1px solid var(--accent1);
    height:200px;
    padding:5px;
    overflow:auto;}

.clubbutton {
    letter-spacing: 5px; 
    text-transform: uppercase; 
    color: var(--accent1); 
    font-size:10px; 
    background:none; 
    border:none; 
    font-weight:bold;}
    