body {
	text-align: center;
	justify-content: center;
	font-family: Courier;
	background: linear-gradient(hotpink, white);
	border: 5mm ridge deeppink;
	color: seagreen;
}

#title {
	font-weight: bolder;
	font-size: 24px;
}

#instruction {
	font-weight: bold;
	font-size: 30px;
}

p {
	font-size: 40px;
}

#footer {
	font-size: 48px;
}