body {
    background: #44465c;
    font-family: 'Arial', sans-serif;
}
.header {
    width: 920px;
    height: 100px;
    margin: 10px auto 0;
    border: 2px solid #e6e6e6;
    overflow: hidden;
    color: #fff;
}

    .contact{
        width: 300px;
        float: right;
        text-align: right;
    }
        .contact p{
            margin: 43px 20px 0 0;
            
        }
.logo{
    width: 300px;
    float: left;
}
    .logo h1{
        margin: 31.5px 0 0 20px;
    }

.title h1 {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 15px;
}

.title li {
  list-style: none;
  margin-bottom: 5px;
}

.title li span {
}

.you{
    width: 500px;
    margin: 0 auto;
    color: #fff;
}

.you h2{
    text-align: center;
}
#mapSurface {
    width: 600px;
    height: 400px;
    border: solid 1px black;
}

.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10;
}

.whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}