@import"https://fonts.cdnfonts.com/css/uncut-sans";.home__header{display:flex;flex-direction:row;align-items:last baseline;justify-content:space-between;padding:.3em;padding-inline:5em;margin-bottom:1em;gap:2em;border-bottom:#b89987 1px solid;box-shadow:#b89987 1px 1px 4px}.home__header h1{font-family:var(--main-font);text-align:center;font-size:2em;font-weight:700}.home__header h2{font-family:var(--second-font);text-align:center}.home__body{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-left:2em;margin-right:2em;gap:4em;font-family:var(--main-font)}.home__body-credentials{display:flex;font-family:var(--main-font);font-style:italic;font-size:.8em;flex-direction:column;align-items:start;padding-top:1em}.home__body img{width:35%}.home__body-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em}.home__body h3{text-align:center;font-size:1.3em;font-weight:700}.home__body p{text-align:center}.home__body-projects{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2em}.home__body-projects a{background-color:#c7a490;font-weight:700;padding:.5em;border-radius:.2em;color:#5d2833;box-shadow:#5d2833 2px 2px 4px}.home__body-projects a:hover{background-color:#e17055;color:#f3e6dd}.home__footer{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:2em;margin-top:1.4em;margin-bottom:1em;gap:7em}.footer-icon{display:flex;flex-direction:row;gap:.5em;align-items:center}.footer-rrss a{display:flex;flex-direction:row;gap:.4em;align-items:center}.footer-rrss a:hover{color:#e17055}@media (max-width: 768px){.home__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em}.home__header h1{padding-top:.6em}.home__header h2{padding-bottom:.6em}.home__body{flex-direction:column;margin-bottom:2em}.home__body-projects{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em}.home__body img{width:100%}.home__footer{gap:3em}}*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{font-family:Liter,serif;font-weight:400;font-style:normal}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}img{object-fit:cover;display:inline-block}:root{--main-font: "Uncut Sans", sans-serif;--second-font: "uncut sans", sans-serif;--main-font-weight: 400;--main-font-size: 16px;color-scheme:light dark;color:#5d2833;background-color:#f3e6dd;font-synthesis:none;text-rendering:optimizeLegibility}a{font-weight:700;color:#5d2833;text-decoration:inherit}a:hover{color:#e17055}body{margin:0;min-width:320px;min-height:100vh}
