.bg {
  /* The image used */
  background-image: url("images/EarthFromSpce.jpg");

  /* Full height */
  height: 100%;
}

.topleft {
  position: absolute;
  top: 32px;
  left: 32px;
}

h1 {
    font: italic bold 36px "Great Vibes", serif;
    color: white;
}

h2 {
    font: italic 24px "Great Vibes", serif;
    color: white;
}

h3 {
    font: italic 14px "Verdana", serif;
    color: black;
    text-align: center;
}
