.g-button {
  background: #ffff34;
  color: #000 !important; }
  .g-button:hover {
    color: #000 !important;
    border-color: #ffff34 !important;
    background: #fff; }

.g-button.g-button--invert {
  color: #000 !important;
  border-color: #ffff34 !important; }
  .g-button.g-button--invert:hover {
    background: #ffff34;
    color: #000 !important; }

.copyright {
  font-size: 15px !important; }
