html, body {
  background: #4e2e9e;
  background: linear-gradient(0deg,rgba(78, 46, 158, 1) 0%, rgba(122, 84, 204, 1) 50%, rgba(133, 109, 222, 1) 100%);
  height: 100%;
  min-width: 500px;
}

#citation {
  font-size: 2em;
  font-family: 'Satisfy', curve;
  line-height: 1.3em;
  letter-spacing: 1px;
}

#citation:before {
    content: open-quote;
}

#citation:after {
    content: close-quote;
}

#auteur {
  font-size: 1.5em;
  font-style: italic;
}

#nouveau {
  background: #ff9966;
  background: -webkit-linear-gradient(to right, #ff5e62, #ff9966);
  background: linear-gradient(to right, #ff5e62, #ff9966);
  cursor: pointer;
}

h1 {
  text-underline-offset: 5px;
}