body {
  background: #000;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - (100vh/20));
}
