body {
  margin: 0; }

#splash {
  height: 100vh;
  display: flex;
  flex-wrap: wrap; }

#splash > section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media (orientation: landscape) {
  #splash > section {
    width: 50%; } }
#splash #image {
  width: 100%;
  height: 100%;
  background-color: midnightblue;
  background-image: url("/images/adobe_732258439.jpeg");
  background-position: center center;
  background-size: cover; }

#splash #message {
  width: 80%;
  margin: auto 0;
  font-family: freight-neo-pro, sans-serif;
  text-align: center; }

#splash #message .title {
  font-weight: 700;
  font-size: 36px;
  color: midnightblue; }

#splash #message .body {
  font-weight: 400;
  font-size: 18px;
  color: slategray; }

#splash footer {
  width: 80%;
  margin-bottom: 1rem;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: gray;
  text-align: center; }
