body{
    background:white; 
    font-family: fantasy;
    text-align: center;
    background: url("../imagenes/ligamx.jpeg");
    background-repeat: repeat;
    background-size: inherit;
}

#contenedor-principal{
    display: flex;
}
div {
    background:white;
    border-style:solid;
    border-color:black;
    border-radius:35px;
    padding:25px;
    text-align:center;
    color: black;
}

#contenedor-header{
    border-radius: 20px;
    padding: 15px;
    display: flex;
}
#header-titulos{
    letter-spacing: 20px;
    text-align:center;
    width: 200%;
    color: black;
    background: white;
    font-size: x-large;
    font-family:inherit;
    border-radius: 40px;
}

