@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.construction {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}
h1 {
	font-family: "Comic Sans MS", "Comic Sans", "Comic Neue";
	text-align: center;
}
body {
	background-color: #f2f2f2;
}
.coloured {
	display: inline-block;
}
.coloured span:nth-child(odd) {
	color: red;
}
.coloured span:nth-child(even) {
	color: green;
}
