@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto&display=swap');

body {
	margin: 200px 0px;
	padding: 0px;
	text-align: center;
	font-family: "Montserrat", serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
}

.card {
	height: 58px;
	padding-top: 2px;
	font-size: 30px;
	color: #000000;
	width: 450px;
}

.card:hover {
	background: #CCC;
}

.price {
	font-size: 100px;
	color: #000;
}

.date {
	color: #000;
	font-size: 50px;
	font-weight: bold;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}

a:visited {
	color: #000;
}

.name {
	color: #000;
}

.xxx {
	color: #000;
	font-size: 30px;
	font-weight: bold;
}