.active, .passive{
display: inline-block;
width: 322px;
text-decoration:none;
margin-left: 10px;
text-align: left;
margin-bottom: 15px;
border: 2px solid #e32719;
padding: 8px 10px;
font-weight: bold;
color: #e32719;
 box-shadow: 0 5px 8px 0 rgba(0,0,0,0.11);
 border-radius: 10px;
}

.active {
	background: #e32719;
	color: #fff;
	
}

h1 {
	color: #e32719;
	text-align: center;
	
}