/* Add this new specific rule */
#google-login-button, #github-login-button {
    background-color: #FFFFFF !important;
    color: #3C4043 !important;
    margin: 0 10px 25px 0;
}
/* 
#github-login-button {
    background-color: #3C4043 !important;
    color: #ffffff !important;
    margin: 0 10px 25px 0;
} */

/* Keep the class-based rule too, but the ID one will usually win */
.signin-button {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.container.oath {
    margin-top: 5%;
    margin-left: 33%;
}