

/* Show it is fixed to the top */
/*body {
  min-height: 75rem;
    padding-top: 50px;
    padding-bottom: 20px;
}*/
/* change the background color */
#grad1 {
    
    /*background-image: linear-gradient(#f55858,#D9230F,#f55858);*/
    background-color:grey;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.navbar.bg-light {
    /*background-color: #f3e2b3 !important;*/
}
  /*.form-control {
    border-radius: 4.25rem;
  }*/

