.common-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    border-radius: 9999px;

    color: #fff;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.2s ease;
}

.ios-button {
    background-color: var(--topics-black);
}

.ios-button:hover {
    background-color: #444;
}

.notify-button {
    background-color: #00405A;
}

.notify-button:hover {
    background-color: #0056b3;
}

/* If you want that text blend mode: */
.notify-button span {
    mix-blend-mode: luminosity;
}