body, hr, html {
  height: 100%;
  margin: 0!important;
  padding: 0!important;
  font: 1em/1.62 'Ubuntu Mono', monospace;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  border-color: inherit;
}

.container {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.container img {
  max-height: 40em;
  max-width: 100%;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  padding-left: 1em;
  padding-right: 1em;
}

.navbar-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-menu li {
  display: inline-block;
}

.input-hidden {
  display: none;
}

.flex-spaced {
  display: flex;
  justify-content: space-between;
}

.text-break {
  word-wrap: break-word;
}

.text-center {
  text-align: center;
}

.project {
  display: grid;
  grid-column-gap: 1em;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  margin: 1em 0em 1em 0em;
}

.project > img.project-thumbnail {
  background-color: var(--theme-fg);
  opacity: 0.5;
  height: 10em;
  width: 10em;
}

.project > img.project-thumbnail:hover {
  opacity: 1;
  transition: opacity .2s;
}

.code-title {
  font-family: sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin-bottom: .8em;
}
