a {
    text-decoration: none;
    padding: 10px 15px;
    background-color: #25D366;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}
a:hover {
    background-color: #1DA851;
}
