header_footer.css

.header {
  background-color: #8A104D;
  color: var(--main-color);
  padding: 15px;
  text-align: center;
  font-size: 25px;
}

.footer {
text-align: left;
background: var(--main-bg-color);
color:#8A104D;
font-size: 12px;
/* position: fixed; */
margin-top: 54px;
margin-left: 100px;
/* left:80px; */
bottom:0px;
height:54px;
width: 100%;
}