body {
	background-color: #fcf2f2;
}
img {
	width: 100%;
  max-width: 200px;
}
figure {
	background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3em;
}

#top-info {
	background-color: #f2f4f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top-info img {
	background-color: transparent;
}
#top-info h1 {
	background-color: black;
  color: white;
  padding: 5px;
}

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

#teams {
	background-color: #dee0a3;
  border: solid black 4px;
}

#players {
	background-color: #dee0a3;
  border: solid black 4px;
}

#bottom-info {
	background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
}

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

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

h1 {
font-family: 'Josefin Sans', sans-serif;  
}

a:hover{
background-color: white;
color: blue;  
}

a {
font-family: 'Josefin Sans', sans-serif;
font-size: 1.5em;
color: #CC3C04;  
}