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

#text1 {
	color: #ffeded;
  text-align: center;
  text-decoration: underline;
}

#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: 250px;
  border: 5px solid #DC143C;
}

#words, #text {
  text-align: center;
  color: white;
  font-size: 24px;
}