body
{
 background: black;
   color: white
}
#container{
 align-items: center;
  display: flex;
  height: 100vh;
  width: 100vw;
  margin: 0;
  position:absolut;
  justify-content: center;
  top: 0;
  left: 0;
}
#content {
 width: 500px;
  height: 500px;
  border: 5px solid red;
  border-radius: 50%;
  overflow: hidden;
  background-image:  url("https://projects.codecraftworks.com/web/6XmnIsnj9tXjBf3rKw8A/assets/dan-cutler-v774jjK5Y_o-unsplash.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  
  font-size: 30px;
  font-weight: bold;
  line-height: 24%;
  text-align: justify;
}