html {
height: 100%;
font-family: "Merriweather", serif;
}

body {
  width: 100%;
  height: 100%;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url("https://projects.codecraftworks.com/web/hI73F5I4rcIMfTroddRN/assets/robin-battison-oq1jjcwrfh4-unsplash.jpg"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#six-word-story {
  background: rgba(255,255,255,0.3);
  margin: 0;
  padding: 20px;
  position: fixed;
  top: 20%;
  left: 10%;
  border-radius: 1rem;
  width: fit-content;
  font-size: 2.5rem;
}

#six-word-story > figcaption {
  font-size: 3.0rem;
}


#credit {
 	background-color: rgba(255,255,255,0.5); 
  position: fixed;
  bottom: 10%;
  right: 10%;
  font-size: 1.0rem;
  margin: 0;
  padding: 20px;
  border-radius: 1rem;
}