body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

a {
  color: inherit; 
  text-decoration: inherit; 
}

a:visited {
  color: inherit;
  text-decoration: inherit;
}



.bar {
  width: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
}

.tekst {
  height: 30;
  margin-top: 30;
  font-size: 25;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  color: E1FF9D;
  background-color: 0059FF;
  line-height: 100%;
}

.tekst:hover {
  font-family: 'Playfair Display';
  font-style: italic;
  text-decoration: underline;
  
}

.nawias {
  font-family: 'Playfair Display';
  font-style: italic;
}

.credits {
  width: 100%;
  height: 12%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

p {
  font-size: 20;
  font-family: Helvetica, sans-serif;
  color: #0059FF;
}
