.user_card {
    height: auto;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:10px;
    margin-right:10px;
    background: #fff ;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    

}
.leftto{
text-align: right;
justify-content: center;
align-items: center;
}
.maps{
    width: auto;
    height: 500px;
}
.topmargin{
    margin-top: 150px;
}

