body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #231F20;
}

a, a:hover, a:focus, a:visited, a:active {
  color: #231F20;
  text-decoration: none;
}
.logo {
  width: 150px;
  margin: 25px auto 50px auto;
  display: block;
}

.menu {
      text-align: center;
}

.menu svg {
  margin: auto;
  display: block;
  height: 50px;
  overflow: visible;
}

.menu-text {
  font-size:56px;
  font-style:normal;
  font-family:'Poppins';
  font-weight: 600;
  letter-spacing: 0.15em;
}
.menu-text a:hover {
  fill:none;
  fill-opacity:1;
  stroke:#000000;
  stroke-width:1px;
  stroke-linecap:butt;
  stroke-linejoin:miter;
  stroke-opacity:1;
  cursor: pointer;
}

.menu-text .outline {
  fill:none;
  fill-opacity:1;
  stroke:#000000;
  stroke-width:1px;
  stroke-linecap:butt;
  stroke-linejoin:miter;
  stroke-opacity:1;
}

.menu-text .haakje {
  font-size: 40px;
}
.footer {
    text-align: center;
}
.footer a {
  letter-spacing: 0.2em;
  margin: 50px auto;
  display: inline-block;
}

@media only screen and (min-width: 640px) {
  .menu svg {
    display: inline-block;
    margin: 0 12px;
    height: 80px;
  }
  .logo {
    margin-bottom: 100px;
    width: 300px;
  }
}
