html, body {
  height: 100%;
}

h1 {
  color: white;
  text-align: center;
  margin-bottom: 3% !important;
  font-size: 180% !important;
}

body {
  -webkit-box-align: center;
  align-items: center;
  background-color: #0b132b;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

*, *::before, *::after {
  box-sizing: inherit;
  color: inherit;
}
