/* — style.css — */

@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');

body {
  font-family: serif;
  max-width: 800px;
  margin: auto;
  padding: 1em;
  line-height: 1.5;
  background: black;
  color: #ddd;
}

header, nav, footer {
  text-align: center;
}

nav a {
  margin: 0 1em;
  text-decoration: none;
  color: #FF8844;
}

nav a:hover {
  text-decoration: underline;
}

.letter {
  font-size: 2.5em;
  font-family: "Syne Mono", monospace;
  margin: 0.2em;
}

.dictionary table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1em;
}

.dictionary th, .dictionary td {
  border: 1px solid #444;
  padding: 6px 10px;
}

.sample-text {
  background: #000;
  padding: 1em;
  border: 1px solid #444;
  margin: 1em 0;
}

.main-title {
  font-family: monospace;
  font-size: 50px;
  font-family: "Syne Mono", monospace;
}
