body,
html {
    color: white;
    font-family: "Russo One", sans-serif;
    background-color: #4B4B4B;
}
.section {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.text {
    background-color: rgb(0, 0, 0, 0.5);
    text-align: center;
    font-size: 6;
    padding: 2px;
    margin: 15px;
    z-index: 1;
    color: #13ca2b;
    font-weight: bold;
    border: 3px solid #13ca2b;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    border-radius: 15px;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  position: absolute;
  transition: margin-left .5s;
  padding: 16px;
}

li a:active,
#active {
    background-color: #d60040;
    /* Kleur active class in menubalk; oorspronkelijk #4CAF50 */
    color: white;
    }

table,
    th,
    td {
        border: 1px solid black;
        border-collapse: collapse;
    }

    th,
    td {
        padding: 5px;
        text-align: left;
    }

    table#t01 tr:nth-child(even) {
        background-color: #d60040;
    }

    table#t01 tr:nth-child(odd) {
        background-color: #ffcdcd;
    }

    table#t01 th {
        background-color: black;
    }

    th {
        color: white;
    }

    table.center {
        margin-left: auto;
        margin-right: auto;
    } 
.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}

#titel2{
  font-family: "Blippo", fantasy;
  transition: margin-left .5s;
  padding: 16px;
  color: #DE1B56;
  text-align: center;
  font-size: 48px;
  top: 3%;
  left: 44.5%;
  text-shadow: -5px 3px 1px #000000;
}