html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{align-items:center;background-color:#202020;color:#262626;display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:2rem;justify-content:center;margin:0;padding:1rem}@media (width >= 1000px){body{align-items:initial;flex-direction:row}}aside{align-items:center;background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;height:max-content;max-width:40rem;padding:1.5rem;text-align:center;width:100%}@media (width >= 1000px){aside{max-width:20rem}}aside>img{border-radius:50%;display:block;height:12rem;margin-bottom:2rem;transition:transform .25s ease;width:12rem}@media (hover: hover){aside>img:hover{transform:scale(1.05)}}aside h1{margin:0 0 1rem}aside p{font-weight:500;margin:0 0 1rem}aside nav ul{column-gap:.25rem;display:flex;flex-wrap:nowrap;justify-content:center;list-style:none;margin:0;padding:0}aside nav ul a,aside nav ul img{display:block}main{display:flex;flex-direction:column;max-width:40rem;row-gap:2rem;width:100%}main section{background-color:#fff;border-radius:.5rem;padding:1.5rem}main section h2{border-bottom:thin #ddd solid;font-size:1.5rem;margin:0 0 1rem;padding-bottom:.75rem}main section.about p{-webkit-hyphens:auto;hyphens:auto;margin:0 0 1rem;text-align:justify}main section.about p:last-of-type{margin-bottom:0}main section.experience article h3,main section.formation article h3{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}main section.experience article p,main section.formation article p{font-size:90%;font-weight:500;margin:0 0 .5rem}main section.experience article ul,main section.formation article ul{list-style-position:inside;margin:0 0 1rem;padding:0}main section.experience article:last-child ul:last-child,main section.formation article:last-child ul:last-child{margin-bottom:0}
