#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 1000px;
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
  background-image:  radial-gradient(circle, #000B0D, #010147);
  

}


#content{
  width:500px;
  height:700px;
  border:5px solid magenta;
  border-radius:10%;
  background-image:url('https://codecraftworks.dev/web/mv75R3qIjalA5FES4IXb/assets/pexels-jessbaileydesign-853005.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  background-size: cover;

  background-clip:text;
  -webkit-background-clip:text;
  color: transparent;
}

p {font-family: "Chela One", system-ui;
font-weight: 400;
  font-style: normal;
 font-size:100%;
 line-height:54%;
text-align:justify}

