    @import url('https://fonts.googleapis.com/css?family=Noto+Sans');
    *{
      font-family: 'Noto Sans', sans-serif;
      font-size: large;
    }
    body {
        padding: 0;
        margin: 0;
    }
    html, body, #map {
      height: 100%;
      width: 100%;
    }
    #map{
      height: 100vh;
    }
    a {
      text-decoration: none;
      color: #3F5FAC;
    }
    #legende{
      background-color: #f4f4f4;
      box-shadow: 0px 0px 2px;
      border-radius: 3px;
      padding: 13px 30px 13px 30px;
    }