@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fdfdfd;
    font-family: "Nunito", sans-serif;
    font-size: 1.5rem;
}

main {
    max-width: 900px;
    margin: auto;
    padding: 0.5rem;
    text-align: center;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul {
    list-style: none;
}

li {
    margin-right: 1rem;
}

h1 {
    color: #e74c3c;
    margin-bottom: 0.5rem;
}

.version {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 0.8rem;
}
.zrugg a{
    position:fixed; 
    bottom:10px; 
    left:10px;
    color: #e74c3c;
}

#map{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    top: 15rem;
    overflow: hidden;
}

.blurred-text {
    filter: blur(5px);
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
