
.navbar{
  text-align: center;
}
.navbar ul {
  background-color: rgba(94, 5, 5, 0.600);
  border-radius: 40px;
  width: 500px;
  display: inline-block;
}
.navbar2{
  text-align: center
}
.navbar a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 15px;
  font-size: 15px;
  display: block;
}
.navbar a:hover {
  color: #ffffff;
  font-weight: bold;
}
.navbar li {
  display: inline-block;
}
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
  }
  @-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
  }
  @-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
  }
  @keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
  }
  @-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
  }
  @-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
  }
  @-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
  }
  @keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
  }
  body {
  margin-top: 13.5rem;
  color: #922020ce;
  font: 400 16px/1.5 exo, ubuntu, "segoe ui", helvetica, arial, sans-serif;
  text-align: center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
  -webkit-animation: bg-scrolling-reverse 0.92s infinite;
  -moz-animation: bg-scrolling-reverse 0.92s infinite;
  -o-animation: bg-scrolling-reverse 0.92s infinite;
  animation: bg-scrolling-reverse 0.92s infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  }
  body::before {
  content: "DoeMaarWel";
  font-size: 8rem;
  font-weight: 100;
  font-style: normal;
  }
  
#clock-container{
display: flex;
justify-content: center;
align-items: center;
}
#clock{

font-family: monospace;
font-size: 6rem;
font-weight: bold;
text-align: center; 
}