

body{
	display: grid;
	place-items: center;
	margin: 0;
	padding: 20px;
	height: 100vh;
	box-sizing: border-box;
}

.box{
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	width: 100%;
}

	.card{
		width: min(8%, 72px);
		min-height: 0;
		aspect-ratio: 79/320;
		background: url(../../images/aspect_ratio.webp) no-repeat center/contain;
	}
}
