h1 {color:blue;}
#content{
  width:500px;
  height:500px;
  border:5px solid blue;
  border-radius:50%;
  background-image:url('https://projects.codecraftworks.com/web/CRVssPGNIxIj4KnnVNXa/assets/image_0 (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:transparnt;}

