body {
  display: flex;
  justify-content: center; 
  align-items: center;  
  height: 100vh;   
  background-image: url('https://i.redd.it/iuhy3uvbey0b1.gif');
  background-color: rgba(255, 0, 0, 0.20);
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center; 
}

div {
  border: 1px solid white;
  margin: 100px auto;
  box-shadow: 2px 4px 6px rgba(27, 12, 26, 0.5);
  padding: 50px;
  width: 500px;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(50px);
  justify-content: center;
}

.card-titulo {
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0,0,0, 0.5);
  color: #670002;
  letter-spacing: 2px;
  font-family: "Stack Sans Headline", sans-serif;
  font-style: normal;
}

.citacao {
  border-left: 5px solid #9b1c0f; 
  text-shadow: 0px 0px 3px rgba(0,0,0, 0.5);
  font-size: 15px;
  padding-left: 50px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  color: white;
  
}

.explicacao {
  border-left: 5px solid #9b1c0f; 
  text-shadow: 0px 0px 3px rgba(0,0,0, 0.5);
  font-size: 15px;
  padding-left: 50px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  color: white;
  
}

.autor {
   text-align: right;
   font-family: "Playfair Display", serif;
  font-style: italic;
  color: white;
  text-shadow: 0px 0px 3px rgba(0,0,0, 0.5);
  text-transform: capitalize;
}

.palavra-destacada {
  color: #670002;
}
