:root {
  --bg: #fdf6e3;
  --text: #073642;
  --muted: #586e75;
  --link: #268bd2;
  --visited-link: #6c71c4;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Fira Code, Menlo, Hack, monospace;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

h1 {
  text-align: center;
}

.top p {
  text-align: center;
}

a {
  color: var(--link);
}

a:visited {
  color: var(--visited-link);
}
