@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre&family=Noto+Sans&display=swap');

body, h1{
  margin: 0;
  padding: 0;
}
body{
  background-color: #202b38;
}

h1{
font-family: 'Averia Serif Libre', cursive;
}

h5,h4,h3,p,ul,li{
  font-family:  'Noto Sans', sans-serif;
}

.contenedor{
  width: 600px;
  background-color:#161f27;
  color: white;
  margin: 50px auto;

}
.cabeza{
  padding: 20px;
  text-align: center;
}
.imagen{
  text-align: center;
}
.cuerpo{
    padding: 20px;
}
.pie{
  background-color: #202b38;
  color: white;
  margin: 0;
    padding: 20px;
    text-align: center;
  }
