body {
	background-color: #ffdbdb;
  font-size: 1.1em;
}

h1,h2,h3 {
	color: #ffeded;
}

#head-info,
#main-info,
#bottom-info {
	background-color: #f47777;
  padding: 0.5em;
  border-radius: 10px;
  margin-bottom: 1em;
}

.container {
	width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.row {
	display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.row img {
	width: 100%;
  max-width: 300px;
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}
