:root{--normal-font: "Gothic A1", sans-serif;--normal-text-color: #ffffff;--link-hover-color: #7DE9E2;--content-width: 40%;--content-height: auto;--card-font-size: 23px;--card-background-color: #240750;--base-background-color: #0E0A1E}body{overflow-x:hidden;background-color:var(--base-background-color)}nav{pointer-events:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:300px;height:40px;position:fixed;margin:10px;border-radius:10px;background-color:#2c2a33}a{pointer-events:auto;text-decoration:none}a:hover{color:var(--link-hover-color)}h1,h2,h3,h4,h5,h6,p,footer{color:#fff;font-family:var(--normal-font);font-style:normal;font-weight:700;line-height:normal}section{margin:10% 20%;padding:2rem;background-color:#0d0c11;box-shadow:10px 5px 5px #030305}p{margin-bottom:2rem;font-weight:400;font-size:14;line-height:1.8}footer{pointer-events:auto;color:#d3d3d3;position:fixed;left:0;bottom:0;width:100%;text-align:center;background-color:#000}.container{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;display:flex}.container.card{justify-content:center;align-items:center}.container.projects{justify-content:center;align-items:center;flex-direction:column}.container.nav{justify-content:flex-end;align-items:start}.container.content{width:var(--content-width);height:var(--content-height)}.container.footer{justify-content:center;align-items:flex-end}.nav-text{display:flex;flex-direction:column;justify-content:center;width:60px;height:40px;float:left;color:#fff;text-align:center;font-family:Gothic A1;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.nav-text.projects{width:83px}.business-card{pointer-events:auto;width:350px;height:200px;flex-shrink:0;background-color:var(--card-background-color)}.business-card-text{position:relative;padding:5%;flex-shrink:0;color:var(--normal-text-color);font-family:var(--normal-font);font-size:var(--card-font-size);font-style:normal;font-weight:700;line-height:normal;text-align:center}.illinois{color:#ff5f0f;font-family:var(--normal-font);font-size:var(--card-font-size);font-style:normal;font-weight:700;line-height:normal}#footer-svelte-logo.svelte-ze7esq{height:1rem}
