
.container {
	font-family: arial;	
    width: 200px;
    height: auto;
	margin-left:3;
	margin-right:5;
	color: #000000;
}

/* resize images */
.container img {
    width: 100%;
    height: auto;
	
	}
