#spaceman {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 20vh;
    right: 0;
    z-index: 9999;
  }

  #spaceman img {
    width: 15vw;
  }

  body {
    background-color: #000000;
    color: #ffffff;
  }
  
  .jarallax {
    position: relative;
    z-index: 0;
  }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .page-contents {
    min-height: 100vh;
  }
  
  .earth {
    min-height: 100vh;
    background-repeat: no-repeat;
  }
  
  @media (min-width: 1px) {
  
    .moon {
      position: absolute;
      width: 20vw;
      margin-left: 20vw;
      margin-top: 10vh;
    }
    
    .station {
      position: absolute;
      width: 40vw;
      margin-left: 45vw;
      margin-top: 20vh;
    }
    
    .earth {
      width: 100%;
    }
  }
  
  @media (min-width: 540px) {
  
    .moon {
      position: absolute;
      width: 6vw;
      margin-left: 20vw;
      margin-top: 20vh;
    }
    
    .station {
      position: absolute;
      width: 25vw;
      margin-left: 45vw;
      margin-top: 35vh; 
    }
  
    .earth {
      width: inherit;
    }  
  }
  