#container{
	Position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
}
#content{
  top:0;
  font-family:copperplate, arial;
  font-weight:1000;
  font-size: 7px;
  line-height: .89em;
	width:500px;
  height:500px;
  border: 20px solid red;
  border-radius:50%;
  overflow: hidden;
  background-image:url('https://projects.codecraftworks.com/web/6FYHVZj00WXzO1SQq1wx/assets/Dan&Dash-Muse.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  background-size: cover;
  background-clip:text;
  -webkit-background-clip:text;
  color: transparent;
}
p{
  Display:inline;
	Margin:0;
}
