.centrer {
	margin-bottom: 3%;
	margin-top: 3%;
	margin-left: 20%;
	margin-right: 20%;
    background-color: white;
    text-align: center;
}

body {
	background-color: darkcyan;
	font-size: 20px;
	font-family: Comic Sans MS;
	font-weight: bold;
}


h1{
	color: red;
	font-size: 35px;
	text-decoration: underline;
	font-family: Comic Sans MS;
}

h2{
	color: blue;
	font-size: 24px;
	text-decoration: underline;
	font-weight: bold;
	font-family: Comic Sans MS;
}



p{
	font-size: 20px;
	font-family: Comic Sans MS;
	font-weight: bold;
}