html {
	height: 100%;
}
body {
	margin: 0px;
  min-width: 320px;
  font-size: 1.5em;
  font-family: 'Dosis', sans-serif;
  background-color: #a7d6fb;
  display: flex;
  color: #393a3a;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  align-content: center;
}

img {
	max-width: 500px;
}

div {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 10px;
}

#body-text {
	margin-bottom: 200px;
}