.container-fluid {
/* padding-left: 0; /* Removes padding */
/* padding-right: 0;
/*margin: 0; /* Removes margin */
border: none; /* Ensures no borders */
background: none; /* Optional: Ensures no background color */
}
h1, h2{
padding:20px;
color:white;
}
.list-group-item {
background-color: transparent !important; /* !important needed for firefox */
border: none !important; /*!important needed for firefox */
}
a {
color: white; /* Set text color to white */
}