* {
    font-family: inter;
}

body {    
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.Header {
    background-color: #171243;
    height: 90px;
    position: relative;
    float: right;
    width: 85%;
}

.Header h1 {
    color: white;
    margin-left: 20px;
    position: absolute;
    line-height: 45px;
}


.NavBar h2 {
    color: white;
    margin-right: 15px;
    margin-bottom: 70px;
    border: white;
    border-style: solid;
    padding: 10px;
}

.NavBar {
    background-color: #171243;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 15%;
}

.NavBar a {
    color: white;
    text-decoration: none;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
}

.NavBar a:hover {
    background-color: #5B9C87;
}

.NavBar .Huisje {
    width: 1.75em;
    position: relative;
    top: 46px;
    display:inline-block;
}

.NavBar .Kaart {
    width: 1.75em;
    position: relative;
    top: 46px;
    display:inline-block;
}

.Map {
    left:15%;
    position: relative;
    bottom: 21.8cm;
    width: 20px;
}

