*{
    margin: 0;
    padding: 0;
}

table{
    border: solid black 2px;

    width: 40vw;
    height: 40vh;

    border-collapse: collapse;

    margin-left: auto;
    margin-right: auto;
}

div{
    height: 100vh;
}

ul{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 20%;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

p{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 10%;
}

a{
    text-decoration: none;
    color: white;
    font-size: xx-large;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

a:hover{
    color: orange;
}

#vertrekhal{
    background-image: url(bronmateriaal/vertrekhal.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
}

#italië{
    background-image: url(bronmateriaal/italie.jpg);
    background-size: cover;
}

#denemarken{
    background-image: url(bronmateriaal/denemarken.jpg);
    background-size: cover;
}

#chili{
    background-image: url(bronmateriaal/chili.jpg);
    background-size: cover;
}

.terug-knop{
    height: 10%;
}

.ster-chili{
    color: white;
    background-color: blue;
    display: flex;
    justify-content: center;
    font-size: 4.5em;
}

.groen{
    background-color: green;
}

.wit{
    background-color: white;
}

.rood{
    background-color: red;
}

.blauw{
    background-color: blue;
}

.eenderdebreed{
   width: 33%; 
}

.eentwintigstebreed{
    width: 5%;
}

.eenkwartrbreed{
    width: 25%;
}

.tweekwartbreed{
    width: 75%;
}

.eenderdehoog{
    height: 33%;
}

.eentiendehoog{
    height: 10%;
}

.halfhoog{
    height: 50%;
}