#container {
 	background-image: url("https://images.unsplash.com/photo-1624887009213-040347b804c1?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1874&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.3);
  margin: 0;
  padding: 20px;
  position: fixed;
  top: 14%;
  left: 20%;
  transform: translate(-50%, -50%);
  border-radius: 5%;
  width: 30vw;
}

#text {
  font-size: 2.5vh;
}

#extra-text {
  text-align: right;
  font-size: 3vh;
}