.header {
    padding: 15px;
    text-align: center;
    background: rgba(255, 251, 0);
    color: rgb(37, 34, 34);
    font-size: 15px;
}
.info{
    padding: 15px;
    text-align: center;
    font-size: 15px;
}
#map{
    width: 80vw;
    height: 50vh;
}
.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.flex-container>div {
    width: 90px;
    margin: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
