.cicg-id-card-download {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 15px;
    background: #2c3e50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.cicg-id-card-download:hover {
    background: #1a252f;
}