html, body {
  background-color: #18043d;
  font-family: Averta-Extrabold,Arial;
  color:#fff;
}

body {
}

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

.item {
  max-width: 400px;
  display: block;
  flex: 1;
  text-align: center;
}

.animated.fadeIn {
  animation-duration: 3s;
}

img {
  width: 200px;
  opacity: 0.15;
}

h1 {
  font-size: 4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
}
.small {
  font-weight: 100;
  opacity: 0.15;
}

