:root {
  --primary: #424C6F;
  --secondary: #f77e4b;
}

#footer {
  background-color: var(--primary);
  border-top: 1px solid rgb(238, 238, 238);
  display: flex;
  justify-content: center;
  min-height: 30px;
  align-items: center;
  color: white;
  padding: 0 15px;
}
#footer a {
  color: white;
  font-weight: normal;
  background-image: linear-gradient(90deg, transparent 50%, white 50%);
}