body {
    background-image: url(/images/bleed.gif), url(/images/aniheart.gif), url(/images/redsparkle.gif);
    background-blend-mode:multiply;
    color: red;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}

.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
}
.cuddy {
    mask:
   radial-gradient(at 70% 31%,#000 29%,#0000 30%),
   radial-gradient(at 30% 31%,#000 29%,#0000 30%),
   linear-gradient(#000 0 0) bottom/100% 50% no-repeat;
  clip-path: polygon(-41% 0,50% 91%, 141% 0);
  background-image: url(/images/redsparkle.gif), url(/images/aniheart.gif);
  background-blend-mode: multiply;
  filter: opacity(50%);
  position: absolute;
  top: 0%;
  left: 25%;
}
.cud {
    width: auto;
    position: static;
}
span {
    font-size: 1.5em;
    text-align: left;
    animation: ambos-lados 8s infinite;
}   
@keyframes lipstick {
    0% {
        margin-top: -10%;
    }
    20% {
        background-image: url(/images/vicodin.png);
        -webkit-box-shadow: 5px 1px 50px 24px rgba(0,0,0,0.79); 
    box-shadow: 5px 1px 50px 24px rgba(0,0,0,0.79);
    }
    40% {
        background-image: url(/images/lipstick.png);
        -webkit-box-shadow: none; 
    box-shadow: none;
    }
    60% {
        margin-top: 40%;
        background-image: url(/images/vicodin.png);
        -webkit-box-shadow: 5px 1px 50px 24px rgba(0,0,0,0.79); 
    box-shadow: 5px 1px 50px 24px rgba(0,0,0,0.79);
    }
    80% {
        background-image: url(/images/lipstick.png);
        -webkit-box-shadow: none; 
    box-shadow: none;
    }
    100% {
        margin-top: -10%;
        background-image: url(/images/vicodin.png);
        -webkit-box-shadow: 5px 1px 50px 24px rgba(0,0,0,0.79); 
    box-shadow: 5px 1px 50px 24px rgba(0,0,0,0.79);
    }
}
.lipstick {
    position: absolute;
    left: 45%;
    animation: lipstick 4s infinite;
    width: 15vh;
    height: 25vh;
    background-size: cover;
    background-image: url(/images/lipstick.png);
    filter: opacity(60%);
}
@keyframes ambos-lados {
    0% {
        margin-left: -80%;
    }
    50% {
        margin-left: 80%;
    }
        100% {
            margin-left: -80%;
        }
    }
    .story {
        margin-top: 50%;
    }
    .hal {
        height: 40vh;
    }
