h1 {
    color: white;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    text-align: center;
    text-shadow: 4px 3px 0px #000000;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 769px) {
    h1 {
        font-size: 40px;
    }
}