﻿.landing-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  padding-top: 50px;
  text-align: center;
  color: white; }
  .landing-page h1 {
    color: #ca5b33;
    margin-bottom: 30px; }
