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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: #fafafa;
  color: #1a1a1a;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  text-align: center;
  padding: 2rem;
  max-width: 600px;
}

h1 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.location {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.updated {
  font-size: 0.85rem;
  color: #999;
}

@media (max-width: 480px) {
  .location {
    font-size: 1.75rem;
  }

  h1 {
    font-size: 1rem;
  }
}
