:root {
	font-family: "FuturaStd-CondensedLight";
	font-size: 25px;
	background: black;
	color: white;
}

.date {
	position: absolute;
	top: -60vw;
	left: -10vw;
	font-size: 50vw;
	font-style: bold;
	color: #222;
	z-index: -1;
}

.rea {
	color: red;
}

del {
	background: white;
	text-decoration: none;
}

.card {
	position: relative;
	overflow: clip;
	margin: 0;
	padding: 10%;
	margin: 10%;
}

.card.forget {
	border: 1px solid #aaa;
}

.card.now {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
