body {
	background-color: azure;
}
img {
	width: 100%;
  max-width: 200px;
}

  


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

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

#rangers {
	background-color: ;
}


}

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

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

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