:root { font-family: sans-serif; padding: 0; margin: 0; } .overlay-search { position: fixed; top: 5px; left: 5px; border-radius: 5px; padding: 10px; background-color: white; z-index: 1; } #map { margin: 0; box-sizing: border-box; position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background-color: pink; z-index: 0; } .references { position: fixed; bottom: 5px; right: 5px; border-radius: 5px; padding: 10px; background-color: #d8d8d8; z-index: 1; } .references a { padding: 5px; margin: 0; border-right: solid 1px gray; display: inline-block; } .references a:last-child { border-right: none; } .references a[href], .references a:link, .references a:hover, .references a:focus, .references a:active { color: #4e4e4e; } /*# sourceMappingURL=main.css.map */