@charset "utf-8";
/* CSS Document */
.flex-container {
  display: flex;
  justify-content: center;
}

.flex-container > div {
  background-color: #fff;
  width: 680px;
  margin: 10px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  line-height: 1.5em;
  font-size: 18px;
	padding: 20px;
}
		body {
			background: lightgrey;
		}