
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Goldman&family=Roboto:wght@300&display=swap');

body, h1, ul, h2, h3 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 150px;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
}

h2 {
    font-size: 75px;
    font-family: 'Bebas Neue', cursive;
}

h3 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

h4 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

.menu {
    background-color: black;
    border-bottom: 3px solid gray;
    font-size: 20px;
    text-align: center;
    font-family: 'Goldman', cursive;
}

.menu ul {
    list-style: none;
}

.menu li {
    display: inline-block;
    padding: 20px;
}

.menu a {
    color: white;
}

.menu a:hover {
    color: blue;
}

.cuerpo1 {
    background-image: url(jugandobnw.jpg);
    color:white;
    text-align: center;
    padding: 10px;
}

.centrar {
    display: block;
    margin: auto;
    text-align: center;
}

.CaradeSanfe {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.sitios {
    background-image: url(Fondo1.jpg);
    color:white;
    text-align: center;
    padding: 10px;
}

.trueneutral {
    background-image: url(TrueNeutralFondo.jpg);
    color:white;
    text-align: center;
    padding: 10px;
}

.configuracion {
    background-image: url(FondoHumo.png);
    color:white;
    text-align: center;
    padding: 10px;
}

.broadcasts {
    background-image: url(Broadcasts.jpg);
    color:white;
    text-align: center;
    padding: 10px;
}


.libro {
    background-image: url(Flores.jpg);
    color:black;
    text-align: center;
    padding: 10px;
}

.pie {
    background-color: black;
    color: white;
    text-align: center;
}
