@font-face {
  font-family: 'Space Mono';
  src: url('../fonts/SpaceMono-Regular.ttf');
}

body {
  font-family: 'Space Mono';
  grid-template-columns: 1fr min(50rem, 90%) 1fr;
}

body > header {
  border: none;
  background-color: inherit;
}

header h1 a, a:visited {
  color: inherit;
  text-decoration: none;
}

header h1 a:hover {
  text-decoration: underline;
}

.avatar {
  text-align: center;
}
