body 
{
	background: #151C4C;
	display: flex;
	justify-content:center;
	align-items: center;
	min-height:100vh;
}

.card 
{
	display: flex;
	flex-direction:column;
	color: #000445;
	background: #FFFCE0;
	width: 350px;
	height: 200px;
	min-width: 350px;
	min-height: 200px;
	text-align: center;
	box-shadow: 3px 7px 15px 0 rgba(0, 0, 0, 0.7), 5px 10px 20px 0 rgba(0, 0, 0, 0.5);
}

h1 
{
	font-family: "Baskervville SC", serif;
  	font-optical-sizing: auto;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding-top:35px;
}

h2 
{
	font-family: "Helvetica", san-serif;
  	font-optical-sizing: auto;
	font-size: 18px;
	font-style: normal;
	margin: 0px;
	text-transform: uppercase;

}

.buttons 
{
	display: inline-block;
	clear: both;
	margin-top: auto;
}

.icon 
{
	margin: 20px;
	height: 50px;
	opacity: 0.6;
}

.highlighted 
{
	margin: 15px;
	height: 60px;
	opacity: 0.9;
}