#title, #about {
  background-color:#58d5f5;
  font-family: 'Source Code Pro', monospace;
  padding: 5px;
  margin: 10px 5px;
  color: #261a25;
  font-size: 30px;
  text-align:center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);/*This adds shadows beneath the "Reveal Anything Cards" and "About Us" headings*/
}

body {
	background-color: #58d5f5; 
}

.panel {
	width: 32%;
  display: inline-block;
  text-align: center;
}

.panel img{
  width:100%;
  font-size:2em;
}

#footer {
	height: 100px; 
}