.goalsvoor {
    color: green;
    font-style: oblique;
    font-size: large;
}

.goalstegen {
    color: red;
    font-style: oblique;
    font-size: large;
}

/* Achtergrond op body voor consistentie op alle pagina's */
@media (min-width: 992px) {
  body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Blijft op zijn plaats bij scrollen */
    background-image: url("voetbalveld_achtergrond.9e32feb4dc48.png");
    min-height: 100vh; /* Vult altijd minimaal het volledige scherm */
  }
}

.blockcontent {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Compacte tabel kolommen */
.table-auto {
    width: auto !important;
}

/* .table-auto th:not(:first-child),
.table-auto td:not(:first-child) {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

.table-auto th:first-child,
.table-auto td:first-child {
    white-space: nowrap;
} */