*{
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}
.body_color{
 background: black;
}
.Location_div{
   
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}
.image_div{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #9E9E9E;
    padding: 10px 0px;
}
.image_location{
    width: 40px;
    height: 40px;
    margin: 0px 4px;
}
.h2{
color: white;
}
.Content_text{
    color: white;
    padding: 10px;
}
.Contact{
    text-align: left;
    padding: 10px;
}
.p_contact{
    font-size: 18px;
    display: flex;
    align-items: center;
    color: rgb(243, 242, 241);
    background: rgb(96, 94, 92);
    border-radius: 15px;
    padding: 5px;
    margin: 8px 0px;
}
.icons{
    width: 60px;
    height: 60px;
    margin: 0px 5px;
}
.a_link_social{
    text-decoration: none;
}
