#container {
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:black;
  text-align:justify;
  line-height:40%;
}

#content{
  font-size:14px;
  width:500px;
  height:500px;
  border:5px solid violet;
  border-radius:50%;
  overflow: hidden;
  background-image:url('https://projects.codecraftworks.com/web/L1a3qDauPTAGvRozi6KW/assets/ConnorBeach.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;
}
