html
{
  font-size:6pt;
  background-color:black;
  font-weight:bold;
  font-family:impact;
}
#container
{
	position:absolute;
  margin:0px;
  top:0;
  left:0;
  width: 100vw;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
}

#content
{
  width:600px;
  height:600px;
  border: 6px white;
  border-style:solid;
  border-radius:50%;
  overflow:hidden;
  background-image:url(https://projects.codecraftworks.com/web/YTEKaHjblXi05m7qOF58/assets/imf.jpg);
  background-repeat:no-repeat;
  background-position:center;
  background-clip:text;
  background-size:cover;
  color:transparent;
  text-align:justify;
  line-height:85%;
}