body,
html {
  height: 100%;
  margin: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}

a, a:visited {
  color: #3486f1;
}

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

.content {
  margin-top: -20%;
}

.image {
  display: block;
  margin: 0 auto;
}

.title {
  text-align: center;
}

.text {
  text-align: center;
}

.links {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 50px 0 0;
  padding: 0;
}


/*# sourceMappingURL=404.302fe907d816b06bebac.css.map*/