nav li {
    display: inline;
    
}

nav.topmenu {
background-color: black;


}
nav.topmenu a:hover {
    background-color: white;
    color: black;
    
}

nav.topmenu a {
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 20px;
}
nav.topmenu a:active {
    background-color: yellow;
    color: white;

}

figure {
    float: right;
    width: 30%;

}

img {
   
    width:100%;
    border-radius: 10px;

}

figcaption {
  font-size: 0.9em;  
  font-style: italic;
  text-align: center; 
}

article {
  clear: both;
}