body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0px;
}

main {
  max-width: 750px;
  margin: auto;
}



a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


.headlines ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.headlines li {
  margin-bottom: 10px;
}


.headlines .tijd {
  color: grey;
  margin-right: 4px;
  width: 500px;
}


@media (max-width: 400px) {
  .headlines .tijd {
    display: none;
  }
  
  .headlines a::before {
    content: "• ";
  }
  
}


.bericht h1 {
  text-align: center;
  margin-bottom: 0px;
}

.bericht .datum {
  text-align: center;
  color: black;
  margin-bottom: 25px;
}

footer {
  text-align: center;
}

footer a {
  display: inline-block;
  margin: 0 1rem;
  padding: 1rem 2rem;
  text-decoration: none;
}