body{
  text-align: center;
  background: url('death.gif');
  background-color: #000000;
}
h1{
	font-size: 8vw;
	font-family: 'Dancing Script', Arial;
	color: darkred;
}
h2{
	font-size: 5vw;
	font-family: Roboto, Georgia;
}
h3{
	font-size: 3vw;
	font-family: Arial;
	color: white;
}
a:link{
  color: slateblue;
  text-decoration: none;
}
a:visited{
  color: slateblue;
}
a:hover{
  color: darkgrey;
}
#flexbox{
	display: flex;
	height: 30vh;
  	width: 82vw;
  	justify-content: flex-end;
}
.flexthing{
	height: 30vh;
	width: 20vw;
}
#flexcontainer{
	display: flex;
	height: 30vh;
	width: 80vw;
	justify-content: space-between;
	align-items: flex-start;
	padding: 5px;
}
.flexthing{
	height: 30vh;
	width: 20vw;
}