html {
    
    /* Background image */ 
    background-image:url(Images/IMG_3129.JPG);
    background-size:cover;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

h1 {
    font-size: 53px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-left: 20px;
    margin-top: 20px;
}