/* CSS-Angaben fuer Tim Berners-Lee */

body {
  font-family: Georgia, serif;
  background-color: rgb(221, 235, 248);
}

h1 {
  font-family: Verdana;
  font-weight: normal;
  text-transform: uppercase;
  color: rgb(54, 82, 106);
}

h2 {
  font-family: Verdana;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}
