body {
    font-size: 14px;
}

.step-note {
    display: none;
}

body[data-step="0"] .step-note-0 {
    display: block;
}
body[data-step="1"] .step-note-1 {
    display: block;
}
body[data-step="2"] .step-note-2 {
    display: block;
}

.leaflet-popup-content-wrapper .form-label {
    font-size: 14px;
}

.leaflet-popup-content-wrapper {
    font-size: smaller;
}


body .app__header {
    background-position: 50% 43%;
}