body{
    margin: 0;
    padding: 0;
    background: rgb(37, 36, 36);
}

#header{
    width: 100%;
    height: 90px;
    background: rgb(37, 36, 36);
}

#content{
    height: 100%;
    padding: 0% 1% 0% 1%;
    width: 98%;
}



.logo{
    background-image: url('icono.jpg');
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-position-x: 2px;
    box-shadow: 0 1px 30px rgb(122, 69, 26);
    position: absolute;
    top: 2%;
    left: 28%;
}

#name{
    text-decoration: none;
    color: white;
    font-family: sans-serif;
}

#title{
    background: url('Sin título.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -1%;
    left: 32%;
}

a{
    text-decoration: none;
    font-family: sans-serif;
    color: white;
    transition: color 0.2s ;
    position: absolute;
    top: 4.7%;
}

a:hover{
    color: rgb(122, 69, 26);
}

.one{
    position: absolute;
    left: 40%;
}

.two{
    position: absolute;
    left: 48%;
}

.three{
    position: absolute;
    left: 53%;
}

#Stats{
    position: absolute;
    left: 56%;
}

.image{
    background-image: url('icono.jpg');
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px; 
    border-radius: 50px;
    box-shadow: 0 5px 50px  rgb(122, 69, 26);
    position: absolute;
    top: 28%;
    left: 25%;
}

.inv{
    background-color: white;
    border-color: transparent;
    box-shadow: 0 6px 11px rgb(122, 69, 26);
    color: rgb(122, 69, 26);
    border-radius: 7px;
    width: 190px;
    height: 40px;
    transition: color 1s;
    position: absolute;
    top: 42%;
    left: 47%;

}

.inv:hover{
    background: rgb(122, 69, 26);
    color: white;
}




.tstats{
    font-family: sans-serif;
    font-size: 22px;
    position: absolute;
    top: 70%;

}

#info{
    background: rgb(48, 46, 44);
    font-family: sans-serif;
    color: white;
    width: 300px;
    height: 350px;
    border-radius: 15px;
    box-shadow: 0  6px 11px rgb(48, 46, 44);
    position: absolute;
    top: 96%;
    left: 25%;

}

.title1{
    font-size: 32px;
    text-decoration: underline;
    position: absolute;
    left: 18%;
}

.des1{
    font-size: 18px;
    position: absolute;
    top: 25%;
    left: 5%;

}


.box2{
    background: rgb(48, 46, 44);
    font-family: sans-serif;
    color: white;
    width: 300px;
    height: 350px;
    border-radius: 15px;
    box-shadow: 0  6px 11px rgb(48, 46, 44);
    position: absolute;
    top: 96%;
    left: 50%;
}

.title2{
    font-size: 32px;
    text-decoration: underline;
    position: absolute;
    left: 23%;
}

.des2{
    font-size: 18px;
    position: absolute;
    top: 25%;
    left: 5%;

}



#stats{
    color: white;
    text-decoration: underline;
    font-family: sans-serif;
    font-size: 30px;
    position: absolute;
    top: 170%;
    left: 41.5%;

}

.sbox{
    width: 90%;
    height: 230px;
    position: absolute;
    top: 185%;
    left: 4%;
    background: rgb(48, 46, 44);
    box-shadow: 0  6px 11px rgb(48, 46, 44);
}

