@charset "utf-8";

* {
    font-family: roboto;
}

body {
    margin: 0;
    background-color:rgba(21, 178, 0, 0.45);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

nav {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(6, 52, 0, 0.94);
}

ul {
    display: flex;
}

nav li {
    display: flex;
    padding: 1em
}

section {
    align-content: center
}

article {
    margin: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.club {
    display: box;
    max-height: 16em
}

.carnet {
    display: box;
    width: 10em;
}


}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    display: flex;
    text-transform: capitalize;
    color: white;
    text-decoration: inherit;
    align-items: center;

}

h1 {
    text-transform: uppercase;
    font-size: 2em;
    justify-content: center;
    align-items: center;
    color: rgba(6, 52, 0, 0.94)
}

h2 {
    color: white;
    background-color: rgba(6, 52, 0, 0.94);
    width: 7em;
    padding: 4% 0em;
    text-align: center;
}

h3 {
    color: rgba(6, 52, 0, 0.42);
    font-size: 1.5em;
    text-transform: none;
}

p {
    text-transform: none;
    color: rgba(6, 52, 0, 0.94);
    text-align: center
}

footer {
    background-color: rgba(6, 52, 0, 0.94);
    color: rgba(6, 52, 0, 0.94);
    padding: 4%;
    font-size: 70%;
    display: flex;
}

footer p {
    color: white;
    text-align: center;
}
