.gen-bg {
	background-color: #000;
	color: #fff;
}
.big-text {
	font-size: 50px;
}
h1 {
	color: #f22f;
	text-align: center;
}
h4 {
	color: #f22f;
}
.beautiful-pink {
	color: #f09f;
}
#list {
	left: 50%;
	margin: -10px 0 0 -50px;
}
.center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
p {
	text-align: center;
}
div {
	text-align: center;
}