body{
	background-color: #DC143C;
	display: grid;
}
h1{
	color: black;
	
}
a{
	text-decoration: none;
	color: black;
}
.infernos img{
	width: 100%;
}
.humans img{
	height: 500px;
}
.dead img{
  width: 600px;
}
