/**
 * @file
 * Visual styles for buttons.
 */
.btn {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  text-transform: lowercase;
  font-size: 1.5em;
}
