
img {
	width: 100%;
  max-width: 200px;
}
figure {
 text-decoration: underline;
  font-size: 22px;
  margin: 30px;
}

#top-info {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#nfl {
  
}

#main-info {
	background-color: dodgerblue;
  border: 5px solid black;
  border-radius: 12px;
  padding: 1em;
  margin: 2px;
}

#teams {
	background-color: #FFE4B5;
  border: 5px solid white;
  border-radius: 12px;
  margin-bottom: 9px;
}

#players {
	background-color: #90EE90;
  border-radius: 12px;
  border: 5px solid white;
}

#bottom-info {
	background-color: grey;
  border: 5px solid black;
  padding-bottom: 20px;
  border-radius: 12px;
  margin-bottom: 90px;
}

#bottom-info a {
  font-size: 40px;
}

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

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