 
img {
    max-width: 100%;
    height: auto;
}



h1 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;    
    font-size: 36px;
    color: white;
}

h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;    
    font-size: 18px;
    color: white;
    }
   
body{
    background-color: #000000;
    }