/* Feelcerca Web - Lineup CSS */

h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2em;
	text-align: center;
	line-height: 0.95em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 
  	0 0 0.05em #F06292,
		0 0 0.10em #F06292,
		0 0 0.15em #F06292,
		0 0 0.30em #F06292;
	filter: saturate(80%);
}

h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.5em;
	text-align: center;
	line-height: 0.95em;
	font-weight: bold;
	color: #fffff0;
	text-shadow: 0 0.05em 0.08em rgba(0,0,0,0.7);
}

.fc-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fc-desc {
	color: #fffff0;
	margin-bottom: 20px;
}

