

@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');


title{
    background-color: aqua;
    @media screen {max-width: 720px}
        
    }

#text-align{color-interpolation-filters:justify;}



header{
    position: fixed;
    left: 0vw;
    top: 0vh;
    width: 100vw;
    height: 15vh;
    background-color: aquamarine;
    color: rgb(167, 94, 0);
    text-align: center;
    font-size: 25px;
    margin-top: 0px;
    align-content: center;
}



.perfil {
    position: fixed;
    left: 0vw;
    top: 0vh;
    width: 100%;
    height: auto;
    background-color: cornflowerblue;
    color: black;
    text-align: center;
    font-size: 25px;
    margin-top: 0px;
    align-content: center;
}




body{
    padding: 0;
    margin-top: 10%;
    margin-left: 0%;
    scroll-behavior: smooth;
    background-size: cover;
    background-position: center;
    font-family: 'Yeseva One', Times, serif;
    }


nav{
   position: fixed; 
   left: 0vw;
   top: 15vh;
   width: 100vw;
   height: 15vh;
   background-color: rgb(31, 85, 85);
   color: rgb(27, 27, 165);
   display: flex;
   align-items: center;
   justify-content: space-around;
   font-family: 'IM Fell English', Times, serif;

}

nav a{
    text-decoration: none;
    color:rgb(243 230 47 / 45%);
    border:rgb(158, 137, 111) 1px;
    border-radius: 5px;
    display: block;
    padding: 5px;
    height: 5vh;
    line-height: 5vh;
    background-size: cover;
    background-position: center; 
    
}
nav a:hover{
    background-color: rgb(119, 88, 2);
    padding: 10px;
    filter: none;


}
section {
    width: 100vw;
    height: 100vh;
    align-content: center;
    text-align: center;
    scroll-margin-left: 10px;
   
}
#perfil {
    
    background-color: cornflowerblue;
}
#mipasoporelillia{
    background-color: blueviolet;
} 

#futuro {
    background-color: burlywood;
}
#musica {
    background-color: brown;
}



.imagen1{
    float: left; 
    margin-top:0%;
    margin-left: 20px;
    width: 300px;
    height: 300px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen2{
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen3{ 
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen4{
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen5{
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen6{
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen7{
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);

}
.imagen8{
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen9{
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen10{
    float: left; 
    margin-top:0%;
    margin-left: 200px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen11{
    float: left; 
    margin-top:0%;
    margin-left: 20px;
    width: 300px;
    height: 300px;
    border: 2px solid rgb(0, 88, 189);
}
.imagen12{
    float: center; 
    margin-top:0%;
    margin-left: 20px;
    width: 200px;
    height: 200px;
    border: 2px solid rgb(0, 88, 189);
}
  .carousel-item {
    display: inline-block;
    width: 200px;
    height: 200px;
  }

  img {
    width: 200px;
    height: 200px;
    border: 2px solid rgb(13, 124, 81);
  }

p{
    font-size:20px;
    line-height: 1.5;
}

h1{
    font-size: 30px; 
    font-family: 'IM Fell English', Times, serif;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;


}
h2{
    margin-top: 0%;
    font-size: 30px; 
    font-family: 'IM Fell English', Times, serif;
    flex-wrap: wrap;
   text-align: center;

}

h3{
    font-size: 30px; 
    font-family: 'IM Fell English', Times, serif;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

h4{
    font-size: 30px; 
    font-family: 'IM Fell English', Times, serif;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

