body {
    background-image: url("https://64.media.tumblr.com/ac65a3bd6d03232df105de6b964687d1/7fbef02ac0418d4e-68/s400x600/222125d6d1e9815dbef96929868b4e5d586bea3f.gifv");
}

h1 {
    font-size: 200px;
    color: white;
    font-family: cursive;
    font-style: italic;
    line-height: 1;
    -webkit-text-stroke: 10px black;
}

.fix-stroke {
    paint-order: stroke fill;
}

.dog {
    width: 800px;
    padding: 10px;
    display: inline;
}