body {
  font: 18px --apple-system, Helvetica, Arial, sans-serif;
  color: #2A3C54;
  min-height: 100vh;
  padding: 0 10vw;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
}

strong {
  font-weight: inherit;
  color: #4895F6;
}

.container {
  max-width: 500px;
  padding: 50px;
  background: #fafafa;
  border-radius: 10px;
  position: relative;
}

img {
  width: 50px;
  position: absolute;
  top: -25px;
  margin-left: -20px;
}

h1 {
   margin: 0;
}

p {
  line-height: 1.6em;
  margin-bottom: 0px;
}

.muted {
  opacity: 0.3;
}

a {
  color: #00B7FF;
}
