body {
  color: black;
  background-image: url("/static/bgstonebrick.gif");
  background-repeat: repeat;
  text-align: center;
}

.formbg {
  display: inline-block;
  padding: 1em;
  text-align: left;
  background:
    linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
    url("/static/rug.jpg");
  background-repeat: repeat;
}

h1 img {
  height: 80px;
  vertical-align: middle;
}

.notice {
  border: 3px ridge red;
  padding: 0.5em;
  font-weight: bold;
}

@media (max-width: 640px) {
  h1 {
    font-size: 1.6em;
  }
}
