body {
  padding: 1em;
  background-color: #121212;
  font-family: 'Manrope', ui-serif, Georgia;
  color: white;
}

.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold {
  font-weight: bold;
}

a {
  color: white;
}

a:hover {
  font-weight: bold;
}

a:visited {
  color: white;
}
