thead {
	color: blue;
	border: dashed darkgoldenrod 2px;

	
}

table {
	font-family: sans-serif ;
	font-size: 18px;
	text-align: center;
	width: 40%;
}

img {
	position: relative;
	max-width: 20%;
	max-height: 15%;
}

div p {
	color: darkcyan;
	font-size: 28px;
	font-family: monospace;
	font-style: italic;
}

button {
	background: 	lightblue	;
	color: 	yellow	;
	font-family: 	24px;
	border: 	solid black	2px;
}