.google-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}

.google-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.button-text {
    font-weight: bold;
}

.microsoft-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}

.microsoft-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
