@import url("https://use.typekit.net/hmd5tjl.css");

body {
  font-family: chauncy-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #222222;
  margin: 40px auto;
  max-width: 500px;
  background: #fff;
}

.monster img {
  height: auto;
  width: 300px;
}

.inhalt {
  margin: 20px;
}

.inhalt h1 {
  font-size: 36px;
  margin: 0 0 10px;
}

.inhalt p {
  font-size: 19px;
  margin: 0 0 40px;
}

.inhalt img {
  height: auto;
  width: 100%;
}

.getintouch a {
  font-size: 19px;
  color: #dd4b44;
  text-decoration: none;
}