html, body, #map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#legend {
    position: absolute;
    z-index: 0;
    width: 150px;
    top: 10%;
    left: 10%;
    border-radius: 10px;
}
.rectangle {
    height: 35px;
    margin: 5px auto;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
}
.dirty {
    background-color: #ED4543;
}
.clean {
    background-color: #1BAD03;
}
.mixed {
    background-color: #177BC9;
}
.on_repair {
    background-color: #FFD21E;
}