
body {
  background-color: lightgray;
}
#top {
  background-color:lightgreen;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.huh{
  background-color: turquoise;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.1em;
}

img {
display: flex;  
width: 70%;
max-width: 1200px;  
margin-right: auto;
margin-left: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: solid 4px black;  
}

@media screen and (min-width:768px) {
  .huh {
    font-size: 1.4;
    padding-right: 6%;
    padding-left: 6%;
    background-color: powderblue;
 }
} 

a {
  font-size: 1.4em;
  background-color: cyan;
}

figcaption {
position: absolute !important;
height: 1px; width: 1px; 
overflow: hidden

}



a:hover{
background-color: white;
}