@import "base.css";

body:before {
  content: "鯖江市地域通貨システム「eハピー」";
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  font-size: small;
  padding: .2em;
  background-color: orange;
  display: block;
  width: 100vw;
  margin-bottom: .1em;
}

.points > * {
  font-size: 5vw;
}
.points a {
  color: #333;
  text-decoration: none;
}
.points a:hover {
  display: inline-block;
  color: #333;
  background: #fff;
  border-radius: .2em;
  text-decoration: none;
}
