/* avon.css */
body {
		background-color: lightpink;
		border: solid 2px black;
	}
	h1{text-align: Center;
		font-size: 80px;
	font-weight: 900;
	color: blue;
	}
	h2{text-align: Center;
		font-size: 50px;
		color:purple;}
	h3{text-align: center;
		font-size: 40px}
	thead{font-weight: bold;
		font-size: 20px;
	}
	table{box-sizing: border-box;
		font-size: 18px;
	}
	thead{font-size: 50px;
	}
	iframe{align-content: center}
	p{font-size: 50px}
}