html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}:root{--page-background-color:#191c24;--section-background-color:#282e3a;--section-shadow-color:#00000059;--text-color:#e5e7eb;--text-heading-color:#fff;--text-subheading-color:#b6c0cc;--line-color:#ffffff14}body{background-color:var(--page-background-color);color:var(--text-color);flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin:0;padding:1rem;font-family:Poppins,sans-serif;line-height:1.6;display:flex}@media (width>=1000px){body{align-items:initial;flex-direction:row}}h1,h2,h3{color:var(--text-heading-color)}aside{background-color:var(--section-background-color);box-shadow:0 1rem 2rem var(--section-shadow-color);text-align:center;border-radius:.5rem;flex-direction:column;align-items:center;width:100%;max-width:40rem;height:max-content;padding:1.5rem;display:flex}@media (width>=1000px){aside{max-width:20rem}}aside>img{border-radius:50%;width:12rem;height:12rem;margin-bottom:2rem;transition:transform .25s;display:block}@media (hover:hover){aside>img:hover{transform:scale(1.05)}}aside h1{letter-spacing:.02em;margin:0 0 1rem;font-size:2rem}aside p{color:var(--text-heading-color);margin:0 0 1rem;font-weight:500}aside nav ul{flex-wrap:wrap;justify-content:center;gap:.25rem;max-width:30rem;margin:0;padding:0;list-style:none;display:flex}aside nav ul a,aside nav ul img{border-radius:.5rem;display:block}aside nav ul a{transition:transform .25s}aside nav ul a:hover{transform:translateY(-.125rem)}main{flex-direction:column;row-gap:2rem;width:100%;max-width:40rem;display:flex}main section{background-color:var(--section-background-color);border-radius:.5rem;padding:1.5rem;box-shadow:0 1rem 2rem #00000059}main section h2{border-bottom:thin var(--line-color) solid;letter-spacing:.03em;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.5rem}main section.about p{-webkit-hyphens:auto;hyphens:auto;text-align:justify;margin:0 0 1rem}main section.about p:last-of-type{margin-bottom:0}main section.experience article h3,main section.formation article h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:600}main section.experience article p,main section.formation article p{color:var(--text-subheading-color);margin:0 0 .5rem;font-size:.85rem;font-weight:500}main section.experience article ul,main section.formation article ul{margin:0 0 1rem;padding:0;list-style-position:inside}main section.experience article:last-child ul:last-child,main section.formation article:last-child ul:last-child{margin-bottom:0}main section.certifications .badges{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));justify-items:center;gap:1rem;display:grid}main section.certifications .badges img{width:10rem;height:10rem;transition:transform .25s;display:block}main section.certifications .badges img:hover{transform:translateY(-.25rem)}
