input[type="submit"] {
  background: #ffe600;
  border: none;
  padding: 8px 20px;
  font-weight: 600;
}

input[type="submit"]:hover {
  background: #4a4a4a;
  color: #ffe600;
}
