#disks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.disk {
	display: block;
	color: inherit;
	text-decoration: none;
	width: 256px;
	margin: 25px;
}

.disk img {
	width: 100%;
}

.disk-title {
	margin: 0;
}

.disk-subtitle {
	margin: 0;
	font-weight: bold;
}

.disk-song-count {
	margin: 0;
}