.btn-social {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-google {
    background-color: #DB4437;
}

.btn-google:hover {
    background-color: #C33D2E;
}

.btn-linkedin {
    background-color: #0077B5;
}

.btn-linkedin:hover {
    background-color: #005582;
}

.btn-social i {
    margin-right: 10px;
}
