body{
font-family:Arial;
background:#f5f5f5;
text-align:center;
}

header{
background:#00a859;
color:white;
padding:20px;
}

.services{
display:flex;
justify-content:center;
gap:20px;
margin-top:40px;
}

.services img{
width:60px;
}

#map{
height:300px;
}

button{
background:#00a859;
color:white;
padding:12px;
border:none;
border-radius:6px;
}
