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

#content
{
  width: 500px;
  height: 500px;
  border: 5px solid blue;
  border-radius: 50%;
  overflow: hidden;
  background-image:url("https://projects.codecraftworks.com/web/yGwUG57uuu3dlpLDdW9t/assets/dusan-veverkolog-vyd2f5MCxeM-unsplash (3).jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
 
  
  background-clip:text;
 
   
  
  
}