body{
	font-family: Verdana, Arial, sans-serif;
	background-color: #ff5700;
}

a{
	color: white;
}

.card{
	background-image: url('card.png');
	background-repeat: no-repeat;
	background-position-x: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
	height: 750px;
	padding: 3px;
}

.card h1{
	margin-top: 110px;
	margin-bottom: 5px;
}

.foot{
	text-align: center;
}