@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=EB+Garamond&display=swap');

body{
  background-color: #B64571;
}

h1{font-family: 'EB Garamond', serif;
   font-size: 40px;
}
h3{
    font-family: 'EB Garamond', serif;
    font-size: 25px;
}

h4{
  font-family: 'EB Garamond', cursive;
  font-size: 20px;
}


.cabeza{
  background-color: #9B7C88;
  padding:10px;

}

.contenedor{
  width: 750px;
  background-color: white;
  margin: 60px auto 50px auto;
  padding: 5px;
  border: 2px solid black;
  text-align: center;
}

ul, li{
  text-align: left;
}

 .pie{
  font-family: 'Bowlby One SC', serif;
 padding: 10px;

}
