/* /CSS/indie.css */

img {
	width: fit-content;
}



@media (min-width: 1000px) {
	.container {
		max-width: 900px;
	}
}