@charset "utf-8";

body {
	padding-inline: 16px;
}

.card {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.2));
	will-change: filter;
}
.card_img img {
	width: 100%;
	height: auto;
}
.card_body {
	padding: 16px;
}
.card_title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}