body {background: rgb(11, 20, 104); font-family: 'Fjalla One';}
header{
    background-image: url(img/league-of-legends-sobrecarga.jpg)
}

h2 {color: rgb(255, 255, 255); font-size: 40px; background: lightseagreen; text-align: center; }
h4{
    color: rgb(255, 255, 255);  background: lightseagreen; 
}
div.datos{
    border: 2px solid  lightseagreen;
}

div.foto{
    text-align: center;
}
img{ width: 20%;
border-radius: 50%;
border: 2px solid lightseagreen }

p{
    color: #c9a6d6;
    
}
h1{
    color: #c9a6d6;
    text-align: center;
}
h3{
    color: #c9a6d6;
}
h6{
   color: #c9a6d6; 
}


nav ul{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    
}

nav ul li a{
 text-decoration: none;
    color:aqua;
}

.integrantes {
    background-color: lightseagreen; color: white
 }

 .variocolor {background: rgb(2,0,36);
    background: background: rgb(17,9,150);
    background: linear-gradient(90deg, rgba(17,9,150,1) 0%, rgba(24,209,145,0.804359243697479) 46%, rgba(0,212,255,1) 97%);
