body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.custom-link {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.custom-link:hover {
    background: rgba(255, 255, 255, 0.3);
}

.social-link {
    background: rgba(255, 255, 255, 0.2);
}
