:root {
  --h1-color: #343434;
  --text-color: #454545;
}

body {
  font-family: 'Lora', sans-serif;
  line-height: 1.5;
  color: var(--text-color);
  text-rendering: optimizeLegibility;
}

.all-content {
  max-width: 40em;
  margin: auto;
}

h1 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-size: 2.75rem;
  text-align: center;
  margin-top: 1.25em;
  margin-bottom: 0.50em;
  color: var(--h1-color);
}

p {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
}

a:link {
  color: SteelBlue;
}

a:visited {
  color: Black;
}

a:hover {
  color: DarkSeaGreen;
}

hr {
  border: 0.05em solid var(--h1-color);
  margin-top: 1em;
  margin-bottom: 1.75em;
}

.contact-links {
  margin: auto;
  text-align: center;
}

.contact-link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.90em;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
