
.card {
  text-align: center;
  width: 500px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: 20px auto;

}

.card-titulo {
  text-transform: uppercase;
  font-size: large;
  color: #d65b0f;
  letter-spacing: 10px;
}

.citacao {
  background-color: #ffe896;
  padding: 10px;
  color: white;
  text-shadow: 3.5px 3.5px 10px #ff752b;
  text-indent: 20px;
  line-height: 30px;
  border-style: inset;
  border-color: #bd1604;
  font-family: "Lora", serif;
}

.autor {
  text-align: right;
  font-style: italic;
  text-shadow: 0px 0px 10px #ff8f33;
}