#twitter-share-button {
    display: inline-block;
    padding: 1px 12px 1px 12px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 9994px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    height: 20px;
    font-size: small;
}

#twitter-share-button:hover {
    background-color: #333;
}

#twitter-share-button:focus {
    outline: none;
}
