@import url(https://fonts.googleapis.com/css?family=Lora);
body,
main::before {
  background: url(https://www.aceromx.com/imagen/wall.jpg) 0/cover fixed;
}

main {
  margin: 100px auto;
  position: relative;
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-family: "Lora", serif;
  line-height: 1.5;
  border-radius: 10px;
  width: 60%;
  box-shadow: 5px 3px 30px black;
  overflow: hidden;
}

main::before {
  content: "";
  margin: -35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(20px);
  z-index: -1;
}

blockquote {
  font-style: italic;
}

footer {
  padding-top: 20px;
  font-weight: bold;
}

cite {
  font-style: normal;
  font-size: 22px;
}