html, body {
    height: 100%;
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #46676e;
    color: #bbb;
    
    background-image: url("blurtest/img/noise.png");
    margin:0px;
}
body *{
    background-color: #6e443b;
}

section{
    height:100%;
}

section img{
    max-width:1200px;
    width: 100%;  
    display: block; /*for the img inside your div */ 
    margin: 0 auto ;
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))


}

h1 {
    font-size: 30pt;
    color: #ffa;
    -webkit-text-fill-color: #ffa;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
  }