code {
  background: transparent;
  border: 1px #d1d1d1 solid;
  font-family: 'Droid Sans Mono';
  font-size: 14px;
  line-height: 16px;
  padding: 4px;
}

.center {
  text-align: center;
}

.button, input[type="button"] {
  padding: 8px 16px;
  background: #41485E;
  border: none;
  cursor: pointer;
  color: #EDEDEB;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans';
}

.button:hover, input[type="button"]:hover {
  background: #EE6969;
}

.gist {
  margin-bottom: 20px;
  font-size: 14px;
}
