.green {
    background: #74b91f;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;    
}

.green:hover {
    background-color: #5f981a;
}
