body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.leaflet-control-graphicscale {
    background-color: rgb(220,220,220);
    background-image: url(assets/noise.png);
    padding: 2px 12px 3px 7px;
    box-shadow: 0px 0px 30px rgba(52, 38, 13, .5);
    color: rgb(0,0,0);
}

.leaflet-control-graphicscale .label {
    font-family: 'Italianno', cursive;
    font-size: 14px;
    margin-bottom: 2px;
    color: rgb(0,0,0);
}

.leaflet-control-graphicscale .labelSub {
    font-size: 14px;
    margin-bottom: 4px;
    color: rgb(0,0,0);
}

.leaflet-control-graphicscale .line {
    border-color:rgb(0,0,0);
}

.leaflet-control-graphicscale .filled .fill {
    background-color: rgb(0,0,0);
}

.scaleText {
    margin-bottom: 35px;
    text-align: center;
}

.scaleText h1, .scaleText p {
    margin: 0;
}

.scaleText h1 {
    font-family: 'Italianno', cursive;
    font-size: 30px;
}

.scaleText .choice {
    margin: 0 5px;
    cursor: pointer;
}
