html {
  height: 100%;
  background-color: black;
  background-image: url("https://www.cameronsworld.net/img/content/7/bg.png");
}

body {
  height: 100%;
}

main {
  height: 100%;
}

.splash {
  display: grid;
  grid-template-columns: 1fr;
  width: 50%;
  height: 50%;
  margin: auto;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  color: white;
}
