#container {
  background-image: url("https://i.pinimg.com/originals/17/7a/44/177a4419ccac3e71a9df3bd893977527.jpg");
  background-size: 100% 100%;
  height: 100%;
	width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#text-box {
  background: rgba(0,0,0,0.5);
  margin: 0;
  padding: 20px;
  position: fixed;
  top: 40%;
  left: 75%;
  transform: translate(-50%, -50%);
  border-radius: 5%;
  width: 30%;
}

#text {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 2.5vh;
}