.mapHeader{
    margin-top: 2%;
    height: auto;
    font-size: 34px;
    font-weight: bold;

    text-align: center;
    color: rgb(75, 75, 75);
    text-shadow: 0px 0px 4px rgba(152, 195, 214, 0.836);
}

.mapSection{

    display: block;
    justify-content: space-evenly;
    align-items: center;
}
.map{

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 2%;
    margin-bottom: 7%;
    padding-bottom: 50px;
}

.mapouter{

    border:2px solid black;
    border-radius: 8px;
    box-shadow: 3px 5px 8px black;
}