#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://images.unsplash.com/photo-1655374357824-f51336c891ce?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: justify;
  line-height: 90%;
  font-size: 10px;
  font-family: Times new roman;
  font-weight: bold;
  
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-color: #000000;
}