#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:500px;
  height:500px;
  border:5px solid white;
  border-radius:75%;
  line-height: 90%;
  font-size: 95%;
  overflow: hidden;
  text-align: justify;

  background-image:url('https://projects.codecraftworks.com/web/5hDrNdDiaMv2dSm83QZa/assets/1i9h71ajsf1-0.jpg');

  background-repeat:no-repeat;
  background-position:center-bottom;
  background-size: cover;
  font-family:Georgia, serif;
  
  background-clip:text;
  -webkit-background-clip:text;
  color: transparent;
  -webkit-text-fill-color:transparent;
}