:root {
  color: #18392b;
  background: #f3f0e8;
  font-family: Georgia, "Times New Roman", serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.shell {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 1.25rem;
  max-width: 72rem;
  padding: clamp(2rem, 8vw, 8rem);
}

.eyebrow {
  margin: 0;
  color: #9b4b2f;
  font: 700 0.75rem/1.2 system-ui, sans-serif;
  letter-spacing: 0.18em;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 9vw, 7.5rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.summary {
  max-width: 34rem;
  margin: 0;
  color: #496054;
  font: 1.1rem/1.6 system-ui, sans-serif;
}

.server-time {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 2.75rem;
  font-family: system-ui, sans-serif;
}

.time-result {
  margin: 0;
  color: #496054;
  font-size: 0.9rem;
}

.time-result.error {
  color: #9b4b2f;
}

.status {
  width: fit-content;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #b9c3b6;
  border-radius: 999px;
  font: 600 0.8rem/1 system-ui, sans-serif;
}

@media (max-width: 40rem) {
  .shell {
    align-content: start;
    padding-top: 25vh;
  }

  .server-time {
    align-items: flex-start;
    flex-direction: column;
  }
}
