@charset "utf-8";


* {
   box-sizing: border-box;
   margin: 0;
   padding: 0; 
}



body {
    background-color: gainsboro;
    color: black;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header {
    background-color:gainsboro;
    color: black;
    min-width: 1em;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    font-family: sans-serif;
    margin: 1em;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    list-style: none;
   list-style: none;
     
}

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

header nav{
    margin-right: 25%;
}

header ul li{
    width: 2em;
    height: 2em;
    margin-left: 25%;
    display: flex;
    
}

header ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

h1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
    
}
h3 {
    margin: 0;
    padding: 0;
    
}

.links {
    color: black;
    text-decoration: none;
}

main{
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-size: 1,5em;
    background-color: brown;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    margin: 1em;
    padding: 1em;
    flex-grow: 1;
    
}

.usuario {
    margin: auto;
    text-align: center;
    max-width: 20em;
    
}

.usuario img.brian {
    border-radius: 50%;
    height: 50vw;
    width: 50vw;
    max-width: 15em;
    max-height: 15em;
}

.boceto1 {
    height: 35%;
    width: 35%;
}
.boceto2 {
     height: 35%;
    width: 35%;
}
.boceto3 {
     height: 35%;
    width: 35%;
}
.boceto4 {
    height: 35%;
    width: 35%;
}
.boceto5 {
    height: 35%;
    width: 35%;
}

aside {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 1em;
    background-color: wh;
    display: block;
    margin: 1em;
    padding: 1em;
    text-align: left
    
}

h4{
    color: black;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: normal;
}
h5{
    color: black;
    font-family: sans-serif;
    font-size: 2em;
    font-weight: bold;
}


p2{
    color: white;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: normal;
}

section {
    display:block;
    font-size: 1em;
    margin: 1em;
    padding: 1em;
    color: black;
    background-color: brown;
    font-family: sans-serif;
    text-decoration-style: none;
    font-style: normal;
    
}

footer{
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-size: 1,5em;
    background-color: gainsboro;
    font-family: sans-serif;
    display: block;
    margin: 1em;
    padding: 1em; 
}


@media ( min-width: 90em ) {
    
    .descripcion {
        text-align: left;
        display:flex;
        width: 100%;
        max-width: 35em;
    }
    
    img .section1{
        width: 5em;
        height: 5em;
        max-width: 2em;
        max-height: 2em;
        margin-right: 1em;
    }
    
    
    main {
        flex-direction: row-reverse;
        justify-content: center;
    }
    
    .descripcion,    section1, {
        width: 50%
    }
            
}

