.map {
    border: 1px solid white;
    box-sizing: border-box;
    padding: 5px;
    background-color: white;

}

h2 {
    font-size: 40px;
}

h5 {
    font-size: 25px;
    font-weight: 700;
}