.back-color{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a2e65+0,5f0d58+10,100735+27,5a0a0c+60,271125+91,1a0c19+100 */
	background: rgb(106,46,101); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(106,46,101,1) 0%, rgba(95,13,88,1) 10%, rgba(16,7,53,1) 27%, rgba(90,10,12,1) 60%, rgba(39,17,37,1) 91%, rgba(26,12,25,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(106,46,101,1) 0%,rgba(95,13,88,1) 10%,rgba(16,7,53,1) 27%,rgba(90,10,12,1) 60%,rgba(39,17,37,1) 91%,rgba(26,12,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(106,46,101,1) 0%,rgba(95,13,88,1) 10%,rgba(16,7,53,1) 27%,rgba(90,10,12,1) 60%,rgba(39,17,37,1) 91%,rgba(26,12,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a2e65', endColorstr='#1a0c19',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.alignment{
	text-align:center;
}

.font{
	font-family: Times New Roman, Times, serif;
	color:#DFC2F1;

}

.font:hover{
	color:red;
}

.space{
	padding-bottom: 0.5rem;
}

.space2{
	padding-top: 1rem;
}

