body
{
    margin: 0;
    padding:0;
    background: url("VINHETA.jpg");
}
h1
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Bitcount Grid Double Ink;
    text-shadow: 0 1px 0 #111, 0 1px 15px rgba(0,0,0,.2),0 2px 0 #111, 0 3px 0 #111, 0 4px 0 #111, 0 5px 0 #111,
    0 6px 0 #111, 0 7px 0 #111, 0 20px 30px rgba(0,0,0,.10);
    color: #009BDD; 
    font-size: 80px;
}




