/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: fantasy;
}
.h1-2 {
  background-color: black;
  color: white;
  font-weight: bold;
  border: solid 6px black;
  border-radius: 5px;
}
Img {
  border: solid 8px;
  border-radius: 7px;
}
.unten {
  color: white;
  font-size: 16px;
  background-color: black;
  border-radius: 5px;
  border:solid 6px black;
}
.bci {
background-color: lightgrey;
border: solid 5px black;
border-radius: 5px;
font-size: 20px;
  }