:root {
  --primary: #ffffff;
  --secondary: #FF8647;
  --terciary:#FF7C00;
  --backcolor:#e6e6e6;
  --maintextcolor:#3f3f3f;
  --bodytext:#000000;
}







.footer {
  width: 100svw;
  padding: 15px;
  height: 75px;
  text-align: center;
  background-color: var(--secondary);
  position: fixed;
  bottom: 0px;


}
.footer a{
  color: var(--primary);
  text-decoration: none;

}

