@charset "utf-8";
/* CSS Document */

.div1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.div2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-content: center;
	margin: 10px;
}
.div2 img {
	background-color: #01BFF5;
	max-width: 100%;
	max-height: 100%;
}
.div3 {
	max-width: 300px;
	align-self: center;
}

