/* Add custom CSS styles below */ 
footer {
  background-color: #3A237B !important; /* Changes the background color of the footer */
}

footer div:nth-of-type(1), footer div:nth-of-type(2) {
  background-color: #3A237B !important; /* Ensures all divs in the footer have the new color */
}

footer div:nth-of-type(2) span p {
  color: white !important; /* Keeps the text color white for visibility */
}