body {
 background-color: #a7d09d;
 text-align: center;
}

#container {
background-color: green;
padding: 5px;
width: 100%;
max-width: 1100px;
margin-right: auto;
margin-left:  auto;
}

.thirds {
display: inline-block;
width: 32%;
background-color: white;
text-align: center;
}

.thirds img {
width: 100%;
height: 300px;
border: solid white 1px;
font-family: 'Roboto', sans-serif;
}

#top{
color: white;
font-size: 20px;
background-color: #1b9805;
font-family: 'Roboto', sans-serif;
padding: 5px;
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0, 8px, 20px, 0 rgba(0, 0, 0, 0.19);
border:solid white 3px;
}

#about {
background-color: #124c05;
font-family: 'Playfair', serif;
color: gold;
text-align: center;
font-size: 18px;
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0, 8px, 20px, 0 rgba(0, 0, 0, 0.19);
padding: 1px;
border: solid white 3px;
margin-top: 5px 0px 75px 0px;
}
p {
color: black;
font-family: 'Roboto', sans-serif;
text-align: center;
margin-top: 5px 0px 75px 0px;  
}

#cliche {
 color: black;
 font-family: 'Playfair', serif;
 font-size: 20px;
}

.element-invisible figcaption{
  position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}