html,
body {
  margin: 0;
  height: 100%;
  background-color: #202124;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddddea;
}

div.banner-text {
  font-size: 2vh;
}
