body {
	background-color: black;
  font-family: 'Merriweather Sans', sans-serif;
}
img {
	width: 100%;
  max-width: 200px;
}


#top-info {
	background-color: #1D1AB2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top-info img {
	background-color: #920815;
}
#top-info h1 {
  color: white;
}

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

#teams {
	background-color: #1FC3F1;
}

#players {
	background-color: #1FC3F1;
}

#bottom-info {
	background-color: white;
  font-size:1.5em;
}

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

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