html, body {
  margin: 0;
}

body {
  background-color: black;
  color: white;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}

h1 {
  margin-bottom: 4px;
}

a {
  text-decoration: none;
  color: #909090;
}
a:hover {
  color: white;
}

.content {
  text-align: center;
  width: 100%;
}
.content img {
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
