@charset "utf-8";
/* CSS Document */

.wrapping {
	display: grid;
	min-height: 100%;
	padding: 100px;
	grid-template-columns: repeat(6, 1fr);
	background-color: #1A1819;
}
.wrapping img {
	width: 350px;
	height: 210px;
}