body {
  background-color: green;
}

#container {
 	background-image: url("https://images.unsplash.com/photo-1608330557791-8dff6a434bbf?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80");  
  background-size:100% 100%;
  height: 100vh;
	width: 100vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#text-box {
  background: rgba(255,255,255,0.7);
  margin: 0;
  padding: 25px;
  Position: fixed;
  top: 30%;
  right: 70%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-radius: 5%;
  width: 30vw;
}

#text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.6em;
  color: black;
}

#extra-text {
  text-align: right;
  font-family: 'Ubuntu',sans-serif;
  font-size: 1.3em;
}
