body {
	font-family: 'Dosis', sans-serif;
	background:url(../ticks.png);
}
.line1 {
	font-weight:700;
	font-size:58px;
	text-align:center;
	padding:0 50px;
	text-transform:uppercase;
	color:#ff5261;
	margin-top:25%;
	margin-bottom:10px;
	line-height:1.2;
	text-shadow: 0px 1px 0px #e21c2e;
	filter: dropshadow(color=#e21c2e, offx=0, offy=1);
}
.line2 {
	font-weight:400;
	font-size:28px;	
	text-align:center;
	padding:0 50px;
	color:#ff2235;
	margin-bottom:10px;
	line-height:1.2;
}

.credits {
	font-weight:400;
	font-size:16px;	
	text-align:center;
	padding:0 50px;
	color:#515151;
	margin-bottom:10px;
	margin-top:30px;
	line-height:1.2;
}
/* highlight color */
.line1::selection{ /* Safari and Opera */  
    background:#ff5261;  
    color:#fff;  
}  
.line1::-moz-selection{ /* Firefox */  
    background:#ff5261;  
    color:#fff;  
}  

.line2::selection{ /* Safari and Opera */  
    background:#000;  
    color:#fff;  
}  
.line2::-moz-selection{ /* Firefox */  
    background:#000;  
    color:#fff;  
}  

.credits::selection{ /* Safari and Opera */  
    background:#515151;  
    color:#fff;  
}  
.credits::-moz-selection{ /* Firefox */  
    background:#515151;  
    color:#fff;  
}  