html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  color: #1a65ab;
}

button:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.container {
  max-width: none;
  padding: 1em;
  margin: 0;
  display: flex;
}

.content-container {
  flex-grow: 1;
  margin-left: 10px;
}

code {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Inconsolata', monospace;
  white-space: normal;
}

.error-container {
  display: flex;
  justify-content: center;
  position: relative;
  height: 1000px;
}

.error-content {
  font-size: 48px;
  text-align: center;
  position: absolute;
  top: 20%;
}

.error-content span {
  font-size: 72px;
}
