* {
  box-sizing: border-box;
}
  
video {
    position: fixed;
    right: 0.5;
    bottom: 0;
    min-width: 100%;
    min-height: 96%;
    opacity: 100%;
    
}
.informatie {
    position: fixed;
    bottom: 1;
    background: rgba(0, 0,0, 0.5);
    color: #f1f1f1;
    width: auto;
    padding: 10px;
}
body {
    margin: 0;
    
  }
  
  .topnav {
    overflow: hidden;
    background-color: #000000;
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #126abc;
    color: white;
  }
  
  

  a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}
a:hover {
    background-color: #ddd;
    color: black;
}
  .karakters {
    background-color: #126abc;
    color: white;
    border-radius: 5px;
  }
  .items {
    background-color: #126abc;
    color: white;
    border-radius: 5px;
  }

  footer {
    background-color: #126abc;
    color: white;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
}

footer a {
    color: white; 
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    text-decoration: underline;
}