@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	flex-flow: column wrap;
	align-content: flex-start;
	align-items: center;
}

img {
  width: 20%; /* Image will fill the width of its parent container */
  height: auto;
}