#container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
}

#content{
  width:1000px;
  height:500px;
  border:3px solid orange;
  border-radius:50%;
  line-height: 80%;
  font-size: 10%;
  overflow: hidden;
  text-align: justify;
  
  background-image:url('https://images.unsplash.com/photo-1725777716001-ea8067073ec8?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
  
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
  font-family:Poppins;

  background-clip:text;
  -webkit-background-clip:text;
  color: transparent;
  -webkit-text-fill-color:transparent;
}
