/* PROBANDO */
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Oswald&family=Pathway+Gothic+One&family=Rancho&family=Truculenta:opsz@12..72&display=swap');

body {
    background-image: url(../img/fondo.jpg);
}
h2 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 50px;
}
p{
    font-family: 'Oswald', sans-serif;
}
.contenedor {
    background-color: #d74333e1;
width: 80%;
margin: 0 auto;
padding: 5%;
text-align: center;
}
.cabeza {
    text-align: center;
}
.menu{
    text-align: center
    
}
.menu ul {
   list-style: none;
   font-family: 'Oswald', cursive;
   margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(24, 14, 14, 0.281);
}
.menu li {
    display: inline-block;
    border-right: 1px solid
}
li:last-child {
    border-right: none;
  }
.menu a{
    text-align: center;
    display: block;
  padding: 14px 16px;
    color: #5e0b02;
    text-decoration: none;
}
.menu a:hover{
    color: rgb(81, 0, 142);
}


.cuerpo1 a {
    color: #000000;
}
.cuerpo1 a:hover {
 color: rgb(81, 0, 142);
}
.cuerpo2 a {
    color: #000000;
}
.cuerpo2 a:hover {
 color: rgb(81, 0, 142);
}
.cuerpo3 a {
    color: #000000;
}
.cuerpo3 a:hover {
 color: rgb(81, 0, 142);
}
.pie {
    text-align: center;
    background-color: #000000a7;
    color: #ed1f08;
    font-family: 'Truculenta', sans-serif;
    font-size: 30px;
    
}
.pie h5 {
    padding-bottom: 5%;
}
.cuerpo3 blockquote {
    background-color: rgba(96, 9, 9, 0.308);
}
.contenedor h2{
    text-align: left;
}
.nombre {
    font-family: 'Rancho', cursive;
    font-size: 35px;
}
