@font-face {
    font-family: 'Helvetica';
    src: url('./Font/Helvetica.woff2');
    font-weight: 400;
    font-display: block;
}

@media (prefers-reduced-motion: reduce){
    html {
        scroll-behavior: auto;
    }
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Helvetica', Arial, sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

#body{
    background-color: #FFF78E;
    margin: 10px;
    padding: 10px;
}

/*HEADER*/

#header{
    border-radius: 10px;
    font-size: 35px;
    background-color:#FF3131;
    color: white;
    margin: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 400px;
}

#header div{
    padding: 15px;
    flex-direction: column;
}

#header #h1{
    border-radius: 10px;   
    background-color: #0EC466;
    text-align: center;
    font-size: 60px;
    padding: 10px;
    max-width: 400px;
}

#foto1{
    border-radius: 50%;
   /* border: 2px solid #FF7BBD;*/
}

#descripcion{
    font-size: 35px;
    max-width: 500px;
    margin-top: 25px;
    text-wrap: pretty;
}

/*SECTION*/

#indice{
    display: flex;
    color: #fff;
}

#section {
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
}

#section a {
    font-size: 26px;
    text-decoration: none;
    color: white;
    background-color:#FF7BBD;
    padding: 5px;
    min-width: 250px;
    text-align: center;
}

/*NAV*/

#nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    padding: 10px;
}

#nav a {
    margin-right: 80px;
    padding: 5px;
}

#redes-sociales{
    font-size: 35px;
    background-color: #0EC466;
    color: white;
    min-width: 300px;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

/*MAIN/ ARTICLES*/

#main{
    margin: 10px;
    margin-top: 30px;
    padding: 10px;
}

#article1, #article2, #article3 {
    margin: 10px;
    padding: 10px;
    gap: 10px;
    display: flex;
    align-items: center;
}

#article1 #p1, #article1 #p2, #article2 #p3, #article2 #p4{
    font-size: 20px;
    text-align: start;
    line-height: 1.5;
    min-height: 150px;
    text-wrap: pretty;
}

#article3 #ul{
    font-size: 20px;
    text-align: start;
    align-items: center;
    line-height: 1.5;
    margin-left: 20px;
    min-width: 500px;
    min-height: 300px;
}

#article1 img, #article2 img, #article3 img{
    /*border: 4px solid #FF7BBD;*/
    border-radius: 10px;
    width: 300px;
    aspect-ratio: 1;
}

#article1 img:first-child{
    align-self: start;
}

#a-article-1, #a-article-2, #a-article-3{
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    background-color: #4151FF;
    padding: 5px;
    min-height: 60px;
    min-width: 120px;  
}

/*TITULOS*/
.borde-sketch {
    border-style: solid;
    border-width: 2px;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
    border-color: #41403e;
    border-color: var(--primary);
}
#indice{
    font-size: 35px;
    background-color: #0EC466;
    color: white;
    justify-content: center;
    margin: 10px;
    margin-top: 50px;
    padding: 10px;
    min-width: 300px;  
}

#biografia{
    font-size: 35px;
    background-color: #0EC466;
    color: white;
    justify-content: center;
    text-align: center;
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

#aurontwitch{
     font-size: 35px;
    background-color: #0EC466;
    color: white;
    justify-content: center;
    text-align: center;
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

#curiosidades{
    font-size: 35px;
    background-color: #0EC466;
    color: white;
    justify-content: center;
    text-align: center;
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

/*FOOTER*/
#footer{
    background-color: #FF3131;
    font-size: 20px;
    color: white;
    margin: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
}

#footer #volver{
    display: grid;
    place-items: center center;
    min-height: 30px;
    min-width: 100px;
    background-color: #0EC466;
    color: white;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
}















