@import url('https://fonts.googleapis.com/css?family=Elsie:900');
body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #e8e8e8 url(../images/snow_in_city.jpg )no-repeat center center fixed ;
    background-size: cover    
}

#snow{
    width: 100%;
    height: 100vh;

}

h1{
    font-family: 'Elsie', cursive;
    color: rgb( 198, 0, 45 );
    font-variant: small-caps;
    font-size: 400%;
    text-align: center;
}