* {
    box-sizing: border-box;
}

body {
    font-family: "Inter";
}

#map {
    height: 90vh;
    margin: 0;
}

h1 {
    text-align: center;
    font-weight: 600;
    color: hsl(0, 0%, 25%);
}