.App{height:100%;min-height:100vh;position:relative}#page-container{justify-content:space-evenly;align-items:center;height:100%;min-height:100vh;padding-bottom:2.5rem;display:flex}@media screen and (width<=1000px){#page-container{flex-direction:column}}#bio{flex:1}#bio h1{text-align:center;font-size:30px}#bio img{border-radius:50%;width:250px;height:250px;margin:auto auto 20px}.vertical-separator{background-color:#d3d3d3;flex:.001;width:1px;height:250px}.horizontal-separator{background-color:#d3d3d3;flex:.001;width:250px;height:1px;margin:20px auto}@media screen and (width<=1000px){.vertical-separator{display:none}}#links{flex:2;width:100%;font-size:1.5em}#links .in-container{gap:30px}@media screen and (width<=1000px){#links .in-container{gap:25px}}#links a{height:75px;color:inherit;border:1px solid #d3d3d3;border-radius:6px;justify-content:space-around;align-items:center;padding:.2em .4em;font-weight:700;text-decoration:none;transition:color .3s;display:flex;box-shadow:0 2px 4px #0003}#links a img{width:35px;height:35px;margin-left:10px}#links a span{flex:1}#links a p{margin:0;font-size:14px;font-weight:400}#links a .title-desc-container{flex:1}@media (hover:hover) and (pointer:fine){#links a:hover{color:#fff;background-color:#444}#links a:hover img{filter:invert();transition:all .3s}}.in-container{text-align:center;flex-direction:column;max-width:600px;margin:auto;padding:40px;display:flex}@media screen and (width<=1000px){.in-container{padding:25px 40px}}footer{justify-content:end;width:100%;height:2.5rem;padding-inline:1rem;display:flex;position:absolute;bottom:0}footer p{margin-block:auto;font-size:12px}footer p a{color:inherit}:root{color:#444;font-synthesis:none;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400}*,:before,:after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
