*{padding:0;margin:0;box-sizing:border-box}html{--text:#E3E3E3;--background:#2A2B31;--bg-2:#232428;-webkit-tap-highlight-color:transparent}body{font-family:Blinker,sans-serif;transition:.3s linear;color:var(--text);width:100%;height:max-content;background-color:var(--background)}.light{--text:#2A2B31;--background:#eee;--bg-2:#E3E3E3}.position-data{width:100%;text-align:left;display:flex;justify-content:space-between;font-weight:400;font-size:.7em;margin-top:2rem}.position-data h2{background-color:var(--bg-2);padding:.4rem;border-radius:.2em}.map-wrapper{padding:1rem;margin-top:5rem;width:100%;background-color:var(--bg-2)}#map{height:30vh;width:100%}.theme{width:2rem;height:2rem;border-radius:50%;display:block;background-color:transparent;cursor:pointer;box-shadow:inset -8px -6px 0 1px gold;transition:.5s ease}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--bg-2)}.title{font-size:2em;font-weight:400}.icons{display:flex;width:max-content;justify-content:space-between;height:max-content;font-size:2em;align-items:center}.icons a{text-decoration:none;color:var(--text);margin-left:1rem;font-weight:400;font-size:1.38em}.hero{padding:2rem 1rem;width:100%}.hero h1{font-size:2.3em;width:14ch}.sun{box-shadow:inset -30px -36px 1px 1px gold}@media(min-width:820px){#map{height:40vh}.hero h1{font-size:2.5em}}