*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  background: #011936;
}

.section {
  width: 100%;
  min-height: 100vh;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo {
  width: 300px;
}

.cite {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

address {
  font-style: normal;
  color: #fff;
  text-align: center;
}
/*# sourceMappingURL=stylesheet.css.map */
