body{

font-family:Arial;
margin:0;
background:#ffe6f2;
text-align:center;

}

header{

background:#ff4da6;
color:white;
padding:30px;

}

.logo{

width:150px;

}

.galeria{

padding:40px;

}

.galeria img{

width:300px;
margin:10px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,0.2);

}

button{

background:#25D366;
border:none;
padding:15px 25px;
font-size:18px;
color:white;
border-radius:10px;
cursor:pointer;

}

button:hover{

background:#1ebc57;

}

.whatsapp{

position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:white;
padding:15px 20px;
border-radius:50px;
text-decoration:none;
font-weight:bold;

}