#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
   Background-Color:Lightblue;
}
#content{
  width:500px;
  height:500px;
  border-radius:50%;
  overflow: hidden;
  background-image:url('https://codecraftworks.dev/web/kTL0KUYF6bf4p967a3oH/assets/nellie-adamyan-zJD6UVVW_Ck-unsplash (1).jpg');
  background-repeat:no-repeat;
background-position:center top;
background-size: cover;
  background-clip:text;
  -webkit-background-clip:text;
  color: transparent;
  -webkit-text-fill-color:transparent;
   line-height:40%;
  font-size:70%;
    Text-Align:justify;
  font-family: "Titan One", sans-serif;
}
