html {
  /* background: url(../img/background.jpg) no-repeat center center fixed; */
  background: url(../img/JHI%20Logo.svg) no-repeat center center fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bgSizeCover:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6);
}

.bgSizeCover2 {
  background-image: url(../img/background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  resize: both;
  overflow: scroll;
}

.bgSizeCover2:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6);
}

h1 {
  color: green;
}

h2 {
  color: yellow;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

main {
  padding-bottom: 50px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  background-color: #333;
}
