  body{
    background-color: #5a8d3e;
    font-family: 'Bristol', sans-serif;
  }
  #Laag_1{
    max-width: 30vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @media only screen and (max-width: 600px) {
    #Laag_1{
      max-width: 80vw;
    }
  }
