div {
  width: 400px;
  margin: 100px auto;
  border: 2px solid black;
  border-radius: 20px;
  padding: 8rem 9%;
  height: 200px;
  background-color: #FCFCFC;
}

h2 {
  color:#763FA1;
  letter-spacing: 8px;
  white-space:nowrap;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-weight: bold;
  }

 .citacao {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  text-indent: 1em;
  line-height: 1.2;
  border-left: solid #763FA1;
  padding-left:25px;
  }
  
  .autor {
  text-align: right;
  text-shadow:0 0 12px #29133B;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-weight: bold;
    font-style: italic;
  
  }
  
  body {
     background-image: url('imagem/baratao.jpg');
    }
