body {
	background-color: LightCoral;
	color: black;
	font-size: 20px;
	font-family:Arial Rounded MT Bold;
}
h1{ 
	text-align: center;
	background-color: FireBrick;
	color:black;
	padding: 20px;
	background-size: contain;
}
h2{
	text-decoration: underline;
}	
	grad{
  background-image: linear-gradient(to bottom, red, orange, yellow);
^}	
table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}
th, td {
  background-color: #FFA07A;
}


p.double {
border-style:double;}