body {
	background-color: white;
}
img {
	width: 100%;
  max-width: 200px;
}
#top-info {
	background-color: #f74545;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-width: 10px;
  border-style: solid;
}
#top-info img {
	background-color: #f74545;
}
#top-info h1 {
	background-color: White;
}

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

#teams {
	background-color: lightblue;
}

#players {
	background-color: grey;
}

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

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

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