@import "https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap";body{font-optical-sizing:auto;background-color:var(--bg);color:var(--text);margin:150px;font-family:Google Sans Code,monospace;font-size:1.2rem;font-style:normal;text-decoration:none}a{color:var(--highlight);text-decoration:none}h1,h2,h3{color:var(--primary);size:30px}.intro{font-style:bold}.intro-img{align-self:center}.intro-img img{object-fit:cover;border-radius:50%;width:250px;height:250px}.intro-container{justify-content:space-between;align-items:center;max-width:1200px;display:flex}.projects{flex-direction:column;gap:40px;display:flex}.project-card{border-bottom:1px solid var(--success);flex-direction:row;justify-content:space-between;align-items:center;gap:40px;padding-bottom:40px;display:flex}iframe{border:2px solid var(--border);pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:12px}.project-info{flex-direction:column;gap:10px;max-width:1200px;display:flex}.skills{flex-wrap:wrap;gap:10px;display:flex}.skills span{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:15px;padding:4px 12px;font-size:.9rem}.links{gap:10px;display:flex}@media (width<=768px){body{margin:20px}.intro-container{flex-direction:column}.intro-img img{width:200px}.project-card{flex-direction:column}.project-card iframe{width:100%;height:200px}}:root{--bg-dark:#00050a;--bg:#000b0f;--bg-light:#00141a;--text:#c2f2ff;--text-muted:#5cc0db;--highlight:#005b6b;--border:#003742;--border-muted:#002129;--primary:#5cc0db;--secondary:#e89a82;--danger:#d6887a;--warning:#ac9f53;--success:#62b288;--info:#799fdc}
