
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

body {
  font-family: 'Inter', system-ui, sans-serif;
  margin: 0;
  padding: 0;
  background: #0d1117;
  color: #c9d1d9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  text-align: center;
}

.logo {
  max-width: 600px;
  height: auto;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2rem;
  color: #58a6ff;
}
