:root{--primary-color: #068084;--dark-blue-color: #0D2E3A;--grey-color: #dfded282;--pico-font-family-sans-serif: "Poppins", sans-serif;--pico-spacing: 1.5rem}[data-theme=light],:root:not([data-theme=dark]),:host(:not([data-theme=dark])){color-scheme:light;--pico-background-color: white;--pico-mark-background-color: var(--grey-color);--pico-card-sectioning-background-color: var(--grey-color);--pico-card-background-color: var(--grey-color)}body>header,body>footer{background-color:var(--primary-color);color:#fff;text-align:center}footer address,footer h2,footer p{color:#fff}main{text-align:center}hr{width:10%;margin:5rem auto;border-top:2px solid var(--primary-color)}@media(min-width:768px){section{margin:3rem}}@media(min-width:1280px){section.limited-width{max-width:850px;margin-left:auto;margin-right:auto}}@keyframes fadeInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}section{animation:.7s fadeInUp}#logo{height:3rem}#portrait{border-radius:var(--pico-border-radius);transition:transform .2s ease,box-shadow .2s ease;justify-self:center}@media(min-width:768px){#portrait{justify-self:right;align-self:center}}#person-description{text-align:center}@media(min-width:768px){#person-description{text-align:left}}#portrait:hover{transform:scale(1.03);box-shadow:0 8px 20px #00000026}article header{font-weight:700}article{transition:transform .2s ease,box-shadow .2s ease}article:hover{transform:scale(1.03);box-shadow:0 8px 20px #00000026}.social-media-icon{width:35px}
