body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: #383838;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  background: #002855;
}

main {
  max-width: 28rem;
  margin: 7rem auto 2rem;
  padding: 2rem 1.75rem 2.25rem;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 40, 85, 0.12);
  border-top: 4px solid #0092bc;
}

img {
  width: 260px;
  height: auto;
}

h1 {
  margin: 1.25rem 0 0.5rem;
  color: #1f365c;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

p {
  margin: 0;
  line-height: 1.5;
}
