@charset "utf-8";
body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  background-color: rgb(253, 253, 253);
}

h1 {
  font-family: 'Lobster';
  font-size: 72px;
  text-align: center;
}

.container {
  width: 400px;
  margin: 0px auto;
}

#question {
  font-style: italic;
  font-size: 18px;
  text-align: center;
  margin-bottom: 18px;
  padding-right: 20px;
}

#question::before {
  content: '„';
}

#question::after {
  content: '“'
}

#answer {
  font-weight: 800;
  text-align: center;
  padding-left: 100px;
}

#answer::before {
  content: '» '
}

#fragEdler {
  cursor: pointer;
}

#footer {
  font-size: 10px;
  color: rgb(126, 126, 126);
  margin-top: 50px;
}

#permalink:link, #permalink:active, #permalink:visited {
  text-decoration: none;
  color: inherit;
  padding: 0 20px 0 20px;
}

#permalink:hover {
  color: #333;
}

#permalink {
  transition: 0.3s ease;
}
