  .appCapsule, .footerBox{
        max-width: 641px;
         /*background-color: #212121;*/
          background-image: url('img/bg.jpeg') !important;
          background-size: cover;
          background-position: center;
          background-attachment: fixed;
          margin: auto;
       }
       
        body{
       
          background-image: url('img/bg.jpeg') !important;
          background-size: cover;
          background-position: center;
          background-attachment: fixed;
      
       }
       
       
header h5{
    color: white;
}

