@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine&family=Zilla+Slab:wght@300&display=swap');

body {
    background-color: rosybrown;
}
.contenedor {
    margin:0 auto;
    width: 60%;
    background-color: salmon;
    border: 5px solid snow;
}

h1 {color: snow;}

.cabeza { 
  text-align-last: center;
    padding: 10px;
    background: rgb(202, 9, 115);
    font-family: 'Zilla Slab', serif;
 }

.cuerpo {
    font-family:'Domine', serif;
    text-align: center;
    padding: 10px ;
}
.pie {
    font-family:Domine, serif;
    text-align: center;
    padding: 10px ;
}
img{
    display: block;
    margin: auto;
}

.adaptable {
    width: 100%;
    height: auto;
}


li {
    display: inline-block;
    padding: 10px;
    background-color: rgb(238, 9, 116);
}
.menu {
    color: rgb(226, 219, 223);
       text-decoration: none;
}
.menu:hover {
    color: floralwhite;
    padding: 10px;
    background-color: coral;
    text-decoration: none;
}