html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

form {
    position: relative;
    z-index: 5;
}

#burrito {
    width: 5%;
    height: auto;
}

#cover {
    width: 100%;
    height: 10vh;
}

#map {
    height: 100%;
    z-index: 2;
    top: -10vh;
}

.userLoc {
    font-size: large;
    font-weight: bold;
}
