@charset "utf-8";

body {
	background-color: #555;
}

img {
	vertical-align: bottom;
}

.title {
	text-align: center;
	text-transform: capitalize;
	color: #ccc;
	text-shadow: -1px -1px 0 #000;
	font-size: 3em;
}

.imgs {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background-color: #fff;
}

.img-resp {
	max-width: 100%;
	height: auto;
}