body{
font-family: Arial;
background:#f7f5f4;
margin:0;
}

header{
display:flex;
justify-content:space-between;
background:white;
padding:20px;
}

nav a{
margin:10px;
text-decoration:none;
color:#444;
font-weight:bold;
}

.hero{
height:400px;
  background-image: url('../maquillaje.png');
background-size:cover;
  background-position: center; 
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;

}

.servicios{
padding:40px;
}

footer{
background:#222;
color:white;
text-align:center;
padding:20px;
}