            body{
                overflow: hidden;
                height: 100vh;
                width: 100vw;
                background-image: url("../Images_Drunen_Info_Site/Blurred_Drunense_Duinen.png");
                background-size:100%;
                margin: 0;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-start;
   
            }  
            #buttonContainer {
                position: absolute;
                top: 20px;
                left: 20px;
            }
            #greeting {
                position: absolute;
                bottom: 20px;
                right: 20px;
                font-size: 2em;
                color: #1fc0ff;
            }
            input {
                padding: 10px;
                font-size: 1em;
            }
            h1{
                position: relative;
                z-index: 1;
                padding-left: 500px;
                font-size: 100px;
                color: green;
                font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
                bottom: 300px;
            }
            p{
                position: fixed;
                bottom: 0px;
                padding-left: 10px;
                font-size: 40px;
                color: green;
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            }
            div.fixed {
                background-image: url("../Images_Drunen_Info_Site/Map_Drunen.png");
                background-size: 100% 100%; 
                position: fixed;
                bottom: 0;
                right: 0;
                width: 300px;
                height: 940px;
                border: 3px solid black;
                font-size: 35px;
            }
            nav{
                font-weight: bold;
                backdrop-filter: blur(2px);
                height: 100%;
                padding-left: 10px;
                padding-top: 130px;
            }
            img.navbar{
                width: 50px;
            }
            a{
                color: lime;
            }
            a:hover {
                background-color: rgba(0, 0, 0, 0.473)
            }
            .translate-btn {
                color: lime;
                border: none;
                font-weight: bold;
                backdrop-filter: blur(2px);
                font-size: 35px;
                background-color: transparent;
                text-decoration: underline;
            }

            .translate-btn:hover {
                background-color: rgba(0, 0, 0, 0.473)
            }