* {
    box-sizing: border-box;
}

body {
    position:relative;
    margin:0;
    width:100%;
    font-family: "Starling Reg", Starling, "Times New Roman", Times;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    font-variant-numeric: oldstyle-nums;
    background:#edebe9;
}

#map {
    width: auto;
    height: 100vh;
}