body {
  font-family: "Courier New";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  
}

.card {
    width: 600px; 
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(240, 176, 2, 0.5);
}

.card-titulo {
  text-transform: uppercase;
  color: rgba(240, 176, 2, 1);
  letter-spacing: 5px;
  text-align: center;
  
}
  
.citacao {
  line-height: 20px;
  font-family: "Courier New";
  text-align: justify;
  text-indent: 20px;
  border-left: 5px rgba(240, 176, 2, 1) solid;
  
}

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