body,
html {
  margin: 0;
  height: 100%;
  padding: 0;
  font-family: "Lato", sans-serif;
}

header {
  background-color: #263f7b;
  height: 80px;
  display: flex;
  align-items: center;
}
header img {
  height: 32px;
  width: 253px;
  margin-left: 16px;
}

main {
  height: calc(100% - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
main .center {
  text-align: center;
  color: #0f1a33;
  font-style: normal;
}
main .center h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
main .center p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 5px 0;
}
main .center img {
  margin-top: 80px;
}

/*# sourceMappingURL=style.css.map */
