body {
	background-color: tan;
}
img {
	width: 100%;
  max-width: 200px;
}
figure {
	background-color: #ebe9c7;
}

#top-info {
	background-color: powderblue;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top-info img {
	background-color: lightblue;
}
#top-info h1 {
	background-color: lightblue;
}

#main-info {
	background-color: lightgreen;
  padding: 0.5em;
}

#choose {
	background-color: #96d4ab;
}


#bottom-info {
	background-color: gold;
}

.text-center {
	text-align: center;
}

.row {
	display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media (min-width: 800px) {
 img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: row;
	}
}