body {
	background: black;
	color: yellow;
	text-align: center;
}
h1 {
	text-transform: small-caps;
	text-decoration: underline overline;
	}
.piccon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}
.imgcard {
	padding: 5px;
	max-width: 300px 75vw;
	border: medium solid white;
	margin: 20px;
	display: block;
	box-shadow: 10px 10px 5px grey;
}
.img {
	display: block;
	object-fit: contain;
}
.pic {
	object-fit: cover;
	overflow-y: none;
	max-height: 75vh;
	max-width: 75vw;
}
.title {
	display: block;
}
.DL {
    background: grey;
    font-size: 24pt;
    color: yellow;
    padding: 10px;
}