body{ 
  background: #c31432;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.container-fluid{
   margin-top: 150px;
}
.alert{
   border-radius: 0;
}
.list-group{
   border: 10px solid rgba(50, 120, 180, 0.5);
}
.list-group-item:first-child{
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
.list-group-item:last-child {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
}
