* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

body {
  background-color: #0072bc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

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

.inner {

  max-width: 42rem;
  padding: 2em;
}

h3 {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.457);
}

h1,h2,h3, p,a {
  color: white;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
  line-height: 2;
}

p {
  font-size: 1.1rem;
}

.icon-container, .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container img{
  display: block;
  margin-top: 5em;
  max-width: 10em;
  opacity: 0.5;
}
.logo-container img  {
  max-width: 40rem;
  margin-bottom: 4em;
  margin-top: 4em;
}