@charset "UTF-8";
/* CSS Document */
	

body {
	background-color: #ee4238;
}

.main {
	display: grid;
    place-items: center;
}

.main img { 
max-width: 100%;
}
