.map{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.map-object{
    width: 100vh;
    border-radius: 10px;
    margin: 30px;
}