
@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&family=Major+Mono+Display&display=swap');


html{ scroll-behavior: smooth;}

*{
    margin: 0;
    padding: 0;
    box-shadow: 0;
}

.flex{
 position: fixed;
background-color: rgb(183, 185, 185);
height: 80px;
width: 100%;
display: flex;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1000;

}


.logo{
 display: flex;
    gap: 30px;
    margin-left: 200px;
   
}


.texto1{
    font-family: "Jockey One", sans-serif;
    margin-top: 19px;
    font-size: 20px;

}
.logo img{
    border-radius: 50%;
    margin-top: 10px;
}

.botones{
    display: flex;
    gap: 30px;
    margin-left: 100px;
    font-family: "Jockey One", sans-serif;
    margin-top: 19px;
    text-decoration: none;
}
.redes-sociales{
 
    margin-top: -500px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.tex{
    text-align: center;
    margin-top: -500px;
}


h1{
    font-family: "Jockey One", sans-serif;
    text-transform: uppercase;
    font-size: 70px;
    color: rgb(62, 79, 238);
    animation-name: texto;
    animation-duration: 20s;
}

@keyframes texto {
    0%   {color:  rgb(62, 79, 238);;}
    25%  {color: rgb(21, 199, 21);}
    50%  {color: blue;}
    100% {color: rgb(139, 9, 9);}
  }

.btn{
    font-family: "Jockey One", sans-serif;
}

.botones a {
color: black;
text-decoration: none;
}

.botones a:hover {
text-decoration: overline;
color: blueviolet;
}

i {

    font-size: 30px;
    
}

i:hover{
color: blue;

}
.but{
margin-top: 50px;
background-color: blueviolet;
border-radius: 10px;
color: aliceblue;
font-family: "Jockey One", sans-serif;
font-size: large;
height: 50px;
width: 200px;
text-overflow: clip;
}

.but:hover{
    background-color:  rgb(84, 5, 158);
    cursor: pointer;
}

/* sobre mi*/


.tes{
text-align: center;
margin-top: 300px;
}
.tes h2{
    font-family: "Jockey One", sans-serif;
    font-size:50px;
 
}
.p h3{
    font-family: "Jockey One", sans-serif;
    font-size: 30px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hr {
    border-radius: 3px;
    background-color: rgb(81, 25, 212);
    height: 6px;
    width: 30px;
   margin: 30px;
}


.par{margin-top: 100px;
    display: flex;
    gap: 100px;
    justify-content: center;
}
.izq{
background-color: rgba(0, 255, 255, 0);
height: 100px;
width: 400px;

}
.izq p{
    font-family: Arial, Helvetica, sans-serif;
 
}
.der{
    background-color: rgba(255, 255, 255, 0);
    height: 400px;
    width: 400px;
    flex-wrap: wrap;

}


.org{
display: flex;
flex-wrap: nowrap;
gap: 10px; 
margin-top: 30px;
flex-wrap: wrap;

}
.wer{
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
    padding: 25px;
    border-radius: 5px;
    font-family: "Jockey One", sans-serif;
    font-size: 20px;
  
   
}
/*footer*/
.back2{
    background-color: black;
    width: auto;
    height: 200px;
    margin-top: 100px;
}