.bg-near-white {
  background-color: #fff;
}

.bg-bright {
  background-color: #666;
  color: #fff;
}

.bg-bright a {
  color: inherit;
}

.bg-bright a:hover {
  color: inherit;
}

a, a:hover, a:active {
  color: #000000;
}

.avenir, .athelas {
  font-family: "Arial";
}

.big-button {
  display: inline-block;
  background-color: #666;
  color: #fff;
  width: 400px;
  max-width: 100%;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  border-radius: 1em;
  text-decoration: none;
  outline: none;
  border: none;
  margin-bottom: 0.3em;
}

input {
  width: 400px;
  max-width: 100%;
}

.red {
  background-color: red;
}