body::after {
  content: "Tämä on arkisto, eikä sivusto enää päivity. Uusia tuulia osoitteessa varikkovarasto.fi";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 0, 0.5);
  padding: 20px;
  text-align: center;
  font-weight: bold;
  z-index: 1000;
}

body {
  padding-bottom: 60px; /* prevent content from hiding under footer */
}