/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  background-color: darkblue;
}

img {
  border-radius: 20px;
  height: 300px;
  box-shadow: 10px 10px 10px black;
  transition: all 0.8s;
}

img:hover {
  box-shadow: 15px 15px 15px black;
}

.title-style {
  color: aqua;
  font-size: 40pt;
  text-align: center;
  font-family: "American Typewriter";
}

.bild-title {
  color: aqua;
  font-size: 20pt;

}


.bild-description {color: aqua; font-size: 15pt;

}
.wrapper{
  float: left;
  width: min-content;margin-right: 10px;margin-left: 10px;
}

.bw {
  filter: grayscale(1);
  background-color: black;
}
