.social-login-link {
    display:flex;
    flex-wrap:nowrap;
    justify-content: center;
    width:90%;
    border-radius:0.325rem;
    border:1px solid rgba(0,0,0,0.5);
    align-items: center;
    padding:0.7rem;
    float:none;
    margin:0.5rem auto;
    gap:0.6rem
}
.social-login-link svg {
    max-width:25px;
    max-height: 25px;
    
}
