*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #0d0d0d;
  color: #e0e0e0;
  font-family: 'JetBrains Mono', 'Courier New', Courier, monospace;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
}

.container {
  max-width: 600px;
  width: 100%;
  text-align: left;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.bio {
  font-size: 0.95rem;
  color: #a0a0a0;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.bio a {
  color: #a0a0a0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bio a:hover {
  color: #e0e0e0;
}

.links {
  font-size: 0.9rem;
  color: #606060;
}

.links a {
  color: #e0e0e0;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sep {
  margin: 0 0.5rem;
  color: #444444;
}
