.appContainer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.downloadButton {

	color: #757575;
    background-color: #f5f5f5;
    border: none;
    height: auto; /* 36px */
    width: 125px;
    border-radius: 1px;
    font-size: 13px;
    font-weight: bold;
    /* margin-top: 20px; */
    cursor: pointer;
    outline: none;

}

.imageContainer {
	/* width: 100%; */
	max-width: 260px;
	text-align: center;
}

.imageContainer img {
	width: 100%;
}