  
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;

}
#carta{
        width: auto;
        height: fit-content;
    }
.cabecera,.cabecera p{
        background-color: black;
        color: white;
        font-style: normal;
        font-family:inherit ;
    padding: 2px;


}
#datospersonales{
	    justify-items: center;
	width:100%;	
}
.cabecera h1{
	    text-align: center;
	}
aside{
    width: auto;
    padding: 20px;
    background-color: antiquewhite;
}
aside,#acercade{
    display:inline-block;
}
h1{
    text-align: center;
}
aside button{
    box-shadow: 20px 0px white;
    height: 15px;
    width: 100px;
    border-radius: 10px;
    border: none;
    background-color: #0693e3;
}
aside p:nth-child(3){
    line-height: 25px;
    
}
section{
    background-color: white;
}
p{
    line-height: 30px;
}
#acercade{
    margin: 10px 10px 10px 10px;
/*    padding: 5px;*/
    width: 70%;
    border: none;
}
#acercade p{
    line-height: 25px;

}
hr{
    height: 5px;
background-color: black;
border: none;
}
#contenido{
    width: fit-content;
}
section #conocimientos,#acercade{
    display: inline-block;
    vertical-align: top;
}