.container {
	width: 90%;
	height: auto;
	border: none;
}
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body {
	font-family: sans-serif;
}
