#the_thing {
background-image: url("reference_source.gif");
width: 100%;
height: 100%;

}

#the_words {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}

img {
	max-width: 100%;
}