/* footer.css */

.footer {
  background-color: #061324;
  color: white;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: #e8491d 3px solid;
  z-index: 1000;
  box-sizing: border-box;
}