

.text {
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0px;
}

.bold {
	font-weight: 800;
}

.bold-pink {
	color: #e81357;
	font-weight: 800;
}



/* ui objects utility classes */

.card {
/*	box-shadow: 0px 0px 220px 0px rgba(220, 48, 75, 0.6);*/
	box-shadow: 0px 0px 80px 0px rgba(220, 48, 75, 0.6);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: rgba(9, 5, 45, 0.4);
	padding: 30px 56px 30px 64px;
	border: 1px solid #dc304b;
	border-radius: 15px;
}



/* button hover utility classes */

.hover-bright:hover {
	filter: brightness(1.2);
	color:white;
}
