.map-container {
display: flex;
justify-content: flex-start; /* left */
justify-content: center; /* center */
justify-content: flex-end; /* right */
justify-content: space-around; /* in between */
justify-content: space-evenly; /* balanced */
padding-right: 35px; /* nudge more to the left if too far */
}