.zilver{
    color: silver;
}

.top{
    top: 0;
}
.zwart{
    color: black;
}

.tabel{
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid silver;
  }
  
  tr:hover {background-color: #fbaf32;
}

.horizontal-line {
  border: 5px solid #fbaf32;
}

.groot{
  font-size: 3.5rem;
}

.tekstrand { 
  text-shadow: 5px 5px 0 silver;
}

.bold{
  font-weight: bolder;
}

.silver{
  color: silver;
}

.tekstrandzwart{
  text-shadow: 3px 3px #000000;
}

.afstand{
  margin: 4px;
}

.rood{
  color: #e41c34;
font-weight: bolder;
}

.header-bg {
  background-color: #222222;
}

.emphasis-title h1 {
  font-size: 5.8rem;  
}