*{ font-family: "Helvetica" } body{ background-color: #f1f1f1; } p{ font-size: 20px; } a{ text-decoration: underline; color: black; } a:hover{ text-decoration: underline; color: #0000FF; } #map { position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; z-index: -1; }