footer{font-size:small;text-align:center;padding:16px 0;background:#1c5e52;color:#fff;.footer-so-links{display:flex;gap:16px;align-items:start;justify-content:start;margin-bottom:16px;a{color:#000;font-size:small;text-decoration:none}}.cv-icon{font-weight:bolder}.footer-tech{a{color:#f08c00;margin-left:4px}}.footer-copy{border-top:1px solid #fff;padding-top:16px}}header{.hand{animation:hand-shake .83s infinite}.description{color:#f08c00;font-size:48px;margin:0;text-shadow:1px 1px 2px #fff}.sub-description{line-height:30px;font-weight:100;font-size:22px;min-width:300px;margin-bottom:48px}.banner{border-radius:10px;height:300px;flex:1;opacity:1;transform:translateY(0);animation:fade-in 1s ease-in}}@keyframes fade-in{0%{opacity:0;transform:translateY(50px)}}@media only screen and (max-width:414px){header{img{display:none!important}}}@media screen and (max-width:984px){header{.description{font-size:32px}.sub-description{width:40vw;margin-bottom:0}}}@keyframes hand-shake{0%{transform:translateX(0)}25%{transform:translateY(-9px)}35%{transform:translateY(-9px) rotate(17deg)}55%{transform:translateY(-9px) rotate(-17deg)}65%{transform:translateY(-9px) rotate(17deg)}75%{transform:translateY(-9px) rotate(-17deg)}to{transform:translateY(0) rotate(0)}}nav{z-index:1;font-weight:700;display:flex;justify-content:space-between;padding:24px 16px 24px 48px;ul{display:flex;gap:24px;list-style:none;text-decoration:none}a{text-decoration-line:none;color:#fff;&:hover{border-bottom:1px solid #fff}}}.base-layout-hero{display:grid;grid-template-areas:"navigation hero" "header hero";background:#093028;background:-webkit-linear-gradient(90deg,#237a57,#093028);background:linear-gradient(90deg,#237a57,#093028);border-bottom-right-radius:50px;border-bottom-left-radius:50px;.side{grid-area:hero}nav{grid-area:navigation}header{grid-area:header}.hero{grid-area:hero;background:#093028;background:-webkit-linear-gradient(90deg,#237a57,#093028);background:linear-gradient(90deg,#237a57,#093028);img{width:100%;height:700px}}}@media screen and (max-width:1200px){.base-layout-hero{display:block;.hero{display:none}}}