/* CatDigital specific styles */
body {
    background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 100%);
}

h1 {
    color: #333;
}

.message {
    color: #666;
}

.custom-message {
    border-left-color: #ff6b6b;
    color: #555;
}

.contact {
    background: #333;
    color: white;
}

.contact a {
    color: white;
}

.social-link {
    background: white;
    color: #333;
}

.progress-bar {
    background: #ff6b6b;
}