#everything {
  display: none;
}
body {
  background: #333333;
}
#loading {
  display: block;
  color: white;
  font-size: 50px;
}
