body {
background: black;
margin: 0em;
}

h1 {
font-size: 4.5em;
font-family: "Handjet";
color: red;
text-align: center;
margin: .35em 0em 0em 0em;   
min-width: 300px;
}

#image {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
opacity: .3;
}

#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 95vh;
  margin: 0;
  display:flex;
  justify-content:center;
  align-items:center;
}

#content:hover {
box-shadow: 0px 0px 50px red;
opacity: .6;
width: 80em;
height: 80em;
}

#content{
  font-family: "helvetica";
  font-size: 50%;
  line-height: 5px;
  width:500px;
  height:500px;
  border:5px dashed red;
  border-radius:50%;
  overflow: hidden;
  background-image:url('https://projects.codecraftworks.com/web/j67vGMu6pBYHd6BA1Yxc/assets/0703232111.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;
  text-align: justify;
}

.incident {
position: absolute;
font-size: 3em;
font-family: "Handjet";
color: red;
bottom: 1em;
text-align: center;
left: 0;
right: 0;
min-width: 300px;
}