/* 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: 800px;
margin: 0 auto;
padding: 5%;
text-align: center;
}
.cabeza {
    text-align: center;
}
.menu{
    text-align: center;
}
.menu ul {
   list-style: none;
   background-color: #000000;
   font-family: 'Fugaz One', cursive;
}
.menu li {
    display: inline-block;
}
.menu a{
    color: #c51400;
    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;
}
