body {
  font-family:'Montserrat', sans-serif;
}

body:after{
      /*font-family:'Montserrat', sans-serif;*/
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(mars.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

a {
  color:white;
  text-decoration: none;
}

a:hover {
  color:white;
  text-decoration:underline;
}

h1{
  margin:0 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: italic;
}



/******** Top Container *********/
.top-container {

  text-align: center;
  margin:25% auto 0 auto;
  display: block;
  height: 35px;

}


/******** Middle Container ********/

/******** BoottomContainer ********/
