/* CSS script used to make program look nice*/
body {
	background-color: lightblue; /* Set the background colour to light blue */
	color: black; /* set the text colour to black*/
	padding: 15px; /* set the padding to 15px */
	text-align: center; /* allign the text into the centre */
	font-family: Calibri;} /* use the calibiri font */

h1 {
	color: black;
	padding: 20px;
	border: 2px solid black; /* set the border of the text box to 2px */
	text-align: center;
	margin; 5px} /* set the text margin to 5px */

}
h2 {
	color: black;
	padding: 20px;
	border: 2px solid black;
	text-align: center;
	margin; 5px} /* set the text margin to px */

h3 {
	color: black;
	text-align: center;
	padding: 20px;
	border: 2px solid black;
	margin; 5px}

h4 {
	color: black;
	text-align: center;
	padding: 20px;
	border: 2px solid black;
	margin; 5px}

p {
	padding: 20px;
	border: 2px solid black;
	text-align: centre;
	margin; 5px}

form {
  text-align: center;
}

