body {
	background-color: #96ffc7;
}
img {
	width: 100%;
  max-width: 200px;
}
figure {
	background-color: #64e5e5;
}

#top-info {
	background-color: rebeccapurple;
  text-align: center;
}
#top-info img {
	background-color: red;
}
#top-info h1 {
	background-color: blue;
}

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

#teams {
	background-color: #d6b200;
}

#players {
	background-color: #38b71f;
}

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

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

.row {
  text-align: center
}

@media (min-width: 756px){
  #top-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}