	#pricing {
	
		text-align: center;
		font-family: 'Cinzel', serif;
		text-shadow: 2px 2px 4px grey;
	
	}
	
							
	table, td, th {
	
		border: 1px solid black;
	
	}

	th {
		font-size: 1.2em;
	}
	
	tr:nth-child(even) {

		background-color: lightgrey;
	}
	
	tr:hover {

		background-color: lightblue;
	}
	
	#banner {
		background: radial-gradient(white, lightgray, gray);
		box-shadow: 4px 8px 12px grey;
		text-align: center;
		width: 80%;
		border-radius: 10px;
	}

