@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body {
    background-image: url("bilder/bg21.jpg");
    background-size: cover; /* or 100% 100% for a full stretch */
    background-repeat: no-repeat;
    background-position: center center; /* optional, to center the image */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body, html {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}
#map {
    height: 75vh;
    width: 75vw;
}
h1 {
    margin-bottom: 15px;
}
.container {
    text-align: center;
}


