body {
  min-height: 650px;
}

#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 red;
  border-radius:50%;
  overflow: hidden;
  background-image:url("https://codecraftworks.dev/web/lYfRrGNx8lCBsOE994yr/assets/pexels-inspiredimages-5626573.jpg");
  background-repeat:no-repeat;
  background-position: center center;
  background-size: cover;
  
  background-clip:text;
  -webkit-background-clip:text;
  color: transparent;
  font-size: 90%;
  text-align:justify;
  line-height: 40%;
}