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


#content {
  Width:500px;
  height:500px;
  border: 5px solid gray;
  border-radius: 50%;
  overflow: hidden;
  background-image:
  Url("https://projects.codecraftworks.com/web/v2XSfbjrQQZdmnGPv378/assets/Screenshot 2023-02-06 2.14.01 PM.png ");


 background-clip: text;
 -webkit-background-clip: text;
  color: tranparent;
  -webkit-text-fill-color: transparent;
  
  font-size: 28px;
  font-weight: bold;
  font-family: Impact;
  line-height:.3em;
   text-align: justify;
}
