:root{--navbar-active-color:#fff}[data-theme=dark]{--navbar-active-color:hsla(56,79%,96%,0.9)}nav{display:flex;width:80%;justify-content:center;align-items:flex-end;margin:2rem 0 1.5rem;gap:1.5rem}nav,nav#navbar a{height:fit-content}nav#navbar a{color:var(--title-color);text-decoration:none;font-size:1.3rem;font-weight:700;min-width:fit-content}nav#navbar a.active{font-size:1.5rem;color:var(--navbar-active-color)}
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */.container{width:100%}@font-face{font-family:GowunDodum;src:url(/fonts/GowunDodum-Regular.ttf)format("truetype")}@font-face{font-family:Eulyoo1945-SemiBold;src:url(/fonts/Eulyoo1945-SemiBold.woff)format("truetype")}:root{--background:#bedbbb;--foreground:#171717;--subtheme:#fdfcede6;--title-color:#2f522b;--input-background:#fff;--input-text:var(--foreground)}:root a,:root a:visited{color:var(--title-color)}[data-theme=dark]{--background:#090c0a;--foreground:#fdfcede6;--subtheme:#313830;--title-color:#55954f;--input-background:#fdfcede6;--input-text:#090c0a}[data-theme=dark] a,[data-theme=dark] a:visited{color:var(--title-color)}body{min-height:100vh;color:var(--foreground);background:var(--background);word-break:keep-all;flex-direction:column;place-items:center;font-family:GowunDodum,Arial,Helvetica,sans-serif;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex}a{text-decoration:none}a:visited{color:currentColor}p{margin:0}button{font-family:GowunDodum,Arial,Helvetica,sans-serif}div#container{flex-direction:column;place-items:center;min-height:100vh;padding:2rem 1rem;display:flex}@media (min-width:768px){div#container{max-width:850px}}div#container>header{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:2.3rem 0;display:flex}div#container>header>div#title{color:var(--title-color);font-family:Eulyoo1945-SemiBold,Arial,Helvetica,sans-serif;font-size:2.7rem}div#container>main{flex-direction:column;place-items:center;display:flex}div#container>main>div#content{background:var(--subtheme);border-radius:1.7rem;width:63vw;max-width:850px;min-height:max-content;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out}@media (max-width:768px){div#container>main>div#content{width:90vw}}.page-title{color:#264123;margin:.5rem 0;font-size:1.5rem;font-weight:700}main{min-width:100%}@media (min-width:768px){main{min-width:755px}}footer{text-align:center;background:var(--background);color:#396334;margin-top:2rem;padding:1rem;font-size:.6rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out}