* {
box-sizing: border-box;
font-family: system-ui, sans-serif;
}


body {
margin: 0;
background: #0f172a;
color: #e5e7eb;
}


.container {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1rem;
}


nav a {
margin: 0 0.5rem;
color: #38bdf8;
text-decoration: none;
}


nav a:hover {
text-decoration: underline;
}
