@charset "UTF-8";
/* CSS Document */
body {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  width: 100%;
  height: 100%;
}
h1 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}
h1 > p {
	font-size: 20px;
}
h4 {
	font-size: 15px;
	text-align: center;
	color: #fff;
}
h4  p {
	width: 100%;
	height: 100%;
	padding-top: 10px;
}