#container
{
  position:absolute;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
}
  
#content
{
  width:500px;
  height:500px;
  border:5px solid blue;
  border-radius:50%;
  overflow:hidden;
  background-image:url("https://projects.codecraftworks.com/web/PdOqXmfCdJQM0BTYzGNh/assets/casey-horner-G2jAOMGGlPE-unsplash.jpg");
  

  background-repeat:no-repeat;
 background-position;center top;
background-size:cover;
  
  text-align:justify;
 background-clip:text;
line-height:90%;
  font-size:10px;
  font-family:impact;
  font-weight:bold;
  
  -webkit-background-clip:text;
  
  
  
  color:transparent;
  
  
  
  -webkit-text-fill-color:transparent;
    
  
  
  -webkit-background-color:#000000;
