h2 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: brown;
	background: #ffff;
	font-size: 20px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

/* This is a comment tag */

#nickname {
	background-color: blue;
}

#firstname,
#phonenumber {
	background-color: pink;
}

.center {
	text-align: center;
	color: red;
}

.centeroo {
	text-align: center;
	color: blue;
}

#homepage {
	color: aquamarine;
	text-shadow: 0px 6px 0px #444;
	font: 60px "Impact";
}

.coolbox {
	border: solid red;
	border-radius: 10px;
	padding: 20px;
	width: 20%;
}
