body {
  margin: 0;
  background: #2b2b2b;
}
.wakka {
  margin-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.message {
  margin-top: 18px;
  font-size: 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
}
