/*
Auteur: Kai van Dorland
Aanmaakdatum: 22-9-2025
Website gemeente Wijchen
*/

@font-face {
    font-family: 'archivo';
    src: url(/fonts/Archivo_Black/ArchivoBlack-Regular.ttf);}


.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    grid-template-rows: auto;
    gap: 10px;
    justify-content: center;
    margin-top: 60px;
    font-weight: bolder;
}

.h3 {
display: flex;
justify-content: center;
font-family: 'archivo', sans-serif;
}

h2 {
    display: flex;
    justify-content: center;
    font-family: 'archivo', sans-serif;
    font-size: 30px;
}

 #Sportinfo { /* P met Id gebruikt om een specefiek P element te stijlen*/
    text-align: center;
    text-decoration-line: underline;
    font-weight: bold;
}
img {
    border-radius: 5%;
}