nav {background-color: rgb(28, 28, 28);}

nav li {display: inline;}

nav a { display: inline-block; padding: 20px; text-decoration: none; color: beige; }

nav a:hover {background-color: beige; color: black;}

nav a:active {background-color: chartreuse; color: beige;}

article {clear: both;}

figure {float: right; width: 30%;}

img {width: 100%; border-radius: 30px 30px 30px 30px;}

figcaption {font-size: smaller; font-style: italic;}


 body {
  font-family: "Outfit", sans-serif;
}
/*fallback schrift, helvetica ist websafe, gibts immer

https://www.w3schools.com/css/css_font_google.asp
*/
