/* ====================== SITEMAP ====================== */ .sitemap__container { margin-top: 10rem; .links__container { margin-top: 3rem; display: flex; justify-content: space-evenly; gap: 2rem; a { color: #444444; } } } .footer { position: fixed; bottom: 0; width: 100%; } #map { height: 50vh; width: 50vw; } @media (max-width: 768px) { .sitemap__container { } }