body {
	margin: 0px;
	padding: 0px;
	background-color:#be84f8;
	font-family: Helvetica;
	height: 100vh;
	width: 100vw;
}
.centerbox-outer {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.centerbox-inner {
	background-color: #fff;
}
.card-full {
	width: 100vw;
	height: 55vw;
	display: flex;
	justify-content: center;
	background-image: url('images/card-bg.jpg');
	background-size: cover;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(103,17,188,0.6); 
	box-shadow: 0px 0px 20px 5px rgba(103,17,188,0.6);
}
.card-left {
	width: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.card-left h1 {
	font-size: 3.75vw;
	font-weight: 500;
	margin: 0px 0px 0px 15%;
	padding: 0px;
}
.card-left p {
	font-size: 2.22vw;
	margin: 0px 0px 0px 15%;
	padding: 0px;
	line-height: 3.125vw;
}
.card-left p a, .card-left p a:focus, .card-left p a:active, .card-left p a:visited {
	color: #fff;
	text-decoration: none;
}
.card-left p a:hover {
	color: #be84f8;
	text-decoration: none;
}

.card-right {
	width: 50%;
	text-align: center;
}
.card-right img {
	width: 60%;
	margin-top: 20%;
}

@media screen and (min-width: 641px) {
	.card-full {
		width: 640px;
		height: 350px;
	}
	.card-left h1 {
		font-size: 24px;
	}
	.card-left p {
		font-size: 14px;
		line-height: 20px;
	}
}
