.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FBF9F4;
 }

 .input-group-addon, .input-group-text {
    background-color:#FBF9F4
 }

 h1 {
   font-size:36px !important;
 }