.map {
    width: 80%;
    height: 90%;

    margin:auto;

    border-radius: 5px;
}

#mapCon {
    width: 40%;
    height: 60%;

    margin:auto;
    margin-top: 4%;
    margin-bottom: 2%;

    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.217);
    border: 1px solid rgba(0, 0, 0, 0.217);
    border-radius: 5px;

    display: flex;

    background-color: rgb(255, 255, 255);
}