h1 {
  border: white solid;
  font-family: 'Electrolize', sans-serif;
  text-align: center;
  background-color: #1ad63f;
  padding: 10px;
}

body{
 background-color:#1c9120; 
}

#container {
	background-color: #1ad63f;
  border: white solid;
  padding: 10px;
}

.panel {
	display: inline-block;
  width: 32%;
  border: solid white 1px;
  background-color: #b3431e;
  text-align: center;
  text-decoration: underline;
  font-family: 'Electrolize', sans-serif;
}

#info{
  color: black;
  border: solid white;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Electrolize', sans-serif;
  background-color: #1ad63f;
  padding: 10px;
  margin-bottom: 12px; 
}

#sales{
  background-color: #1ad63f;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  border: solid white;
  text-decoration: underline;
  font-family: 'Electrolize', sans-serif;
  margin-top: 10px;
}
.panel img {
	width: 100%;
  height: 100%;
}
