@font-face {
    font-family: juan;
    src: url(../Acme/Acme-Regular.ttf);
}

body{
    background-image: url(../assets/17394784838705.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header{
    background-color: aqua;
    position: sticky;
    top: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.lg1{
    width: 100px;
    height: 100px;
}

h1{
    font-family: juan;
    color: red;
}

.imagenportada{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul{
    display: flex;  
    list-style: none;
}

li{
    margin: 0 10px;
}

h2{
    color: white;
    background-color: blue;
    font-size: 170%;
}

.seguinos{
    color: white;
    background-color: blue;
}

.datos{
    font-family: juan;
    color: white;
}

.logo{
    border: 5px solid red;
    height: 75vh;
    width: 45vw;
}

.redes{
    width: 50px;
    height: 50px;
    margin-right: 0px;
}

.infodecampeones{
    font-family:juan;
    display: flex;
    flex-direction: column;
    font-size: 175%;
    background-color: white;
    position: center;
}
.john{
    border: 5px solid red;
    height: 55vh;
    width: 30vw;
}


.liv{
    border: 5px solid red;
    height: 55vh;
    width: 30vw;
}

.roman{
    border: 5px solid blue;
    height: 55vh;
    width: 30vw;
}

.alexa{
    border: 5px solid blue;
    height: 55vh;
    width: 30vw;
}

.informes{
    font-size: 120%;
    background-color: crimson;
}

.image{
    border: 5px solid green;
    height: 55vh;
    width: 30vw;
}

.quienessomoslb{
    font-family: juan;
    font-size: 150%;
    background-color: white;
}

.evento{
    border: 5px solid green;
    height: 70vh;
    width: 45vw;
}

.fotoevento{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.titulo{
    font-family: juan;
    font-size: 150%;
    color:navy;
    background-color: white;
    text-align: center;
}

.saturday{
    font-size: 150%;
    background-color: white;
}

footer{
    display: flex;
    justify-content:space-around;
    align-items:end;
}

.luchadores{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-container{
    display: flex;
    justify-content: flex-end;
    width: 80%;
}