/* 
To target a class of any element in CSS, use a dot (.) followed by the class name, like this:
*/
/* ========================================
   UPLIND LLC - OPEN SOURCE CSS FRAMEWORK
   ========================================
   
   This file is part of the UpLind LLC open source project.
   
   © 2024 UpLind LLC - Digital Marketing & Web Development
   Email: support@uplindllc.com
   Website: https://www.uplindllc.com
   
   We specialize in:
   - Digital Marketing Solutions
   - Search Engine Optimization (SEO)
   - Social Media Marketing
   - Web Development & Design
   - PPC Advertising & Campaign Management
   - Content Marketing & Strategy
   - Brand Development & Design
   
   This project is open source and available for community use.
   For support or inquiries, contact: support@uplindllc.com
   
  
   
   ======================================== */
.welcome-text {
    margin-left: 30px;
    font-size: 20px;
    color: #212122;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding: 10px;
    
}