* {
  font-family: Lato, Arial;
  color: white;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* margin: auto; */
  align-items: center;
}
a {
  text-decoration: none;
}
body {
  background-color: rgb(16, 16, 16);
}
.info-links {
  text-decoration: underline;
}
.info-links:hover {
  font-weight: bold;
}
