h1 {
    position: relative;
    text-align: center;
    margin: 80px 0 80px 0;
    color: white;
    text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black;
    font-family: Comic Sans MS;
    font-size: 60px;
    z-index: 1;
}

.content {
    position: relative;
}

.content img {
    width: 100%;
    height: 200px;
    position: absolute;
    top: -220px;
    z-index: 0;
}
