h1 {color:#6699ff;font-family: verdana; text-align: center;}
h2 {color:#6699ff;font-family: verdana; text-align: center;}
body {background-color: #000000;
font-family: verdana;
  font-size: 4; }
#container {
  position: absolute;
  top: 0.5;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
   text-align:justify
 
}
#content {
  width: 550px;
  height: 550px;
  border: 5px dotted #6699ff;
  border-radius: 50%;
  background-image: url("https://media.newyorker.com/photos/5f6293f898acc76977afd075/master/w_2240,c_limit/200928_r37090.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  background-clip: text;
  -webkit-background-clip: text;
  color: gray;
  -webkit-background-clip: text;
  color: transparent;
   overflow: scroll;
   text-align:justify
      
}
 