body{
  text-align: center;
  background: url('minor.gif');
  background-color: darkgrey;
  background-size: cover;
}
h1{
	font-size: 3vw;
	font-family: 'Dancing Script', Arial;
	color: darkred;
}
h2{
	font-size: 6vw;
	font-family: Roboto, Georgia;
	color: white;
}
h3{
	font-size: 2vw;
	font-family: Arial;
	color: white;
}
h4{
	font-size: 2vw;
	font-family: Arial;
	color: white;
}
a:link{
  color: slateblue;
  text-decoration: none;
}
a:visited{
  color: slateblue;
}
a:hover{
  color: darkgrey;
}
