/* Contains the Website */
#container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
} 

/*  */
#content
{
  width: 680px;
  height: 680px;
  border: 5px solid blue;
  border-radius: 50%;
  overflow: hidden;
  background-image:url("https://projects.codecraftworks.com/web/hJCx0BsJd9IxJYzysIee/assets/kevin-schmid-DIq7Bs3ga2s-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align:justify;
  line-height: 100%;
  font-size: 5px;
  font-family:impact;
  font-weight: bold;
  
  background-clip: text;
  -webkit-background-clip:text;
  color: transparent;
  -webkit-text-fill-color:transparent;
  background-color: #000000;
}