.google-button {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    padding: 12px;
    background: black;
}

.google-button:hover {
    background: var(--bg-1);
}