/* Enter Your Custom CSS Here */

.green{
color:#fff;
  background:#333;
  border-radius:3px;
  padding:10px 20px;
  text-decoration:none;
  display:inline-block;
}

.green:hover{
color:#fff;
  background:#222;
}