body {
  text-align: center;
}
p, h1, h2, span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  margin-right: 20%;
  width: 30em;
  color: red;
}
#bg {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  z-index: -9999999999999;
  background: url(/images/stretch.png),url(/images/amontillado.jpeg) fixed center;
  background-blend-mode:multiply;
  filter:brightness(60%);
  animation: pulse 5s infinite;
  font-size: 5em;
  color: red;
  font-family: "Noto Serif Display", serif;
  font-weight: 100;
}
span {
  font-family: "Noto Serif Display", serif;
  font-weight: 100;
}
@keyframes pulse {
  0% {background-size: 100%;}
  50% {background-size: 125%;}
  100% {background-size: 100%;}
}
.draggable {
  height: 20vh;
}