#content {
  width: 500px;
  height: 500px;
  border: 5px solid blue;
  border-radius: 50%;      
  background-image: url("https://codecraftworks.dev/web/dDXp4pzbVdp50NiDApGM/assets/image.jpg");
  background-size: cover;      
  background-position: center;   
  background-repeat: no-repeat;
  overflow: hidden;
  text-align:justify;
  background-clip:text;
  -webkit-background-clip:text;
  color: transparent;
  -webkit-text-fill-color:transparent;
  font-family:Impact;
  font-size:5px
}

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