* {
    padding: 0px;
    margin: 0px;
    border: none;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

header {
    text-align: center;
    margin: 10px 0;
}

h1 {
    font-size: 24px;
    color: #333333;
}

h2 {
    font-size: 18px;
    color: #666666;
}

.map {
    background-image: image-set(url("map.avif") type("image/avif"), url("map.webp") type("image/webp"), url("map.jpg") type("image/jpeg"));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
}

@media (max-width: 480px) {
    h1 {
        font-size: 12px;
        color: #333333;
    }

    h2 {
        font-size: 8px;
        color: #666666;
    }
}