body {
  font-family: Arial, Helvetica, sans-serif;
}
h1 {font-family: Raleway; margin:20px;}
img {box-shadow: 0px 10px 40px grey;}

.bild {
  width: 50%;
  height: auto;
}



/* Fonts */

@font-face {
  font-family: Noto Sans;
  src: url(/fonts/NotoSans.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(/fonts/Raleway.ttf);
}


@media only screen and (max-width: 600px) {
  .bild {
    width: 90%;
    height: auto;
  }
}























/* Custom */
.center {text-align: center;}
