/* css/main.css */

.welcome-section {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    padding: 60px 20px;
    text-align: center;
}

.welcome-section h1 {
    font-size: 2.5rem;
    color: #ddd;
    margin-bottom: 5px;
}

.welcome-section .tagline {
    font-size: 1.2rem;
    color: #ddd;
    font-style: italic;
}