:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{display:flex;height:100vh;width:100vw;font-family:Pixelify Sans,sans-serif;text-shadow:-4px 4px 4px rgba(0,0,0,.5);color:#bbc9d9}@keyframes fadeIn{0%{filter:blur(100px);opacity:0}to{filter:blur(0px);opacity:1}}h1{font-size:36px}h2{font-size:25px}p{font-size:18px}.left-container{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:15px;padding:70px;max-width:40%;margin:0 auto;position:relative;flex:1}.left-container-elements{opacity:0;animation:fadeIn 1s ease-out;animation-delay:.1s;animation-fill-mode:forwards}.left-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1e1e2f;background-image:url(/bg.gif);background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(8%);z-index:-1}.right-container{flex:1;display:flex;justify-content:center;align-items:center;padding:20px;background-color:#24283b;position:relative;z-index:0}.right-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1e1e2f;background-image:url(/adding-art-2.gif);background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(8%);z-index:-1}.grid-container{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;opacity:0;animation:fadeIn 1.5s ease-out;animation-delay:.5s;animation-fill-mode:forwards}@keyframes slidingFlash{0%{background-color:#1e1e2f}50%{background-color:#2d2d42;transform:scale(1)}to{background-color:#1e1e2f}}@keyframes slidingFlashHover{0%{background-color:#c4b0ae}50%{background-color:#dacdcc;transform:scale(1)}to{background-color:#c4b0ae}}.grid-item{display:flex;justify-content:center;align-items:center;width:100%;height:100px;background-color:#1e1e2f;color:#bbc9d9;text-decoration:none;border-radius:20px;font-size:24px;text-align:center;line-height:1.5;transition:background-color .3s ease,color .3s ease}.grid-item:hover{animation:none;transform:scale(1.025);background-color:#c4b0ae;color:#1c1e20}.grid-item.special{color:#eee71d;animation:slidingFlash 1.5s infinite ease-in-out;transition:background-color .3s ease,color .3s ease}.grid-item.special:hover{color:#1c1e20;animation:slidingFlashHover 1.5s infinite ease-in-out}.profile-wrapper{display:flex;justify-content:center;align-items:center;line-height:1.2;margin:1px;padding:1px;gap:1px;flex-wrap:wrap}.profile-image{width:300px;height:300px;border-radius:50%;object-fit:cover;margin:20px 0;box-shadow:0 4px 8px #0003}@media (max-width: 1700px){h1{font-size:24px}h2{font-size:21px}p{font-size:16x}.profile-image{width:200px;height:200px}}@media (max-width: 768px){.app{flex-direction:column}h1{font-size:18px}h2{font-size:16px}p{font-size:13px}.left-container{max-width:100%;padding:20px;flex:1;height:60vh;gap:5px}.right-container{max-width:100%;flex:1;height:40vh}.grid-container{grid-template-columns:1fr;padding:1px;margin-top:5px}.grid-item{height:20px;font-size:16px}.profile-wrapper{flex-direction:column;gap:1px}.profile-image{width:125px;height:125px}}
