#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; 
}

input {
    display: flex;
    margin-top: 0;
    padding: .5em;
    border: 0;
    border: 2px solid gray;
    margin: 1vh auto;
}

#services-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#bottom-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.button {
    margin: .5vh 0;
}

#calculate {
    display: flex;
}

#add-service {
    display: flex;
}

#reset{
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

#height {
    width: 50vw;
}
