.cd-footer {
    text-align: center;
}

.registration-text {
    color: lightgray !important;
    font-weight: 600;
    text-decoration: none;
}

/* Novos buttons  */
        .social-btn {
            background: transparent;
            color: #ffca2c;
            border: 1px solid #ffca2c;
            padding: 0.6rem;
            width: 100%;
            transition: 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-weight: 500;
            text-decoration: none;
           border-radius: 10px;
        }
        
        .social-btn:hover {
            background: rgba(255, 193, 7, 0.4);
            color: #fff;
            border-color: #fff;
        }