/* style.css - Starter for YourPlatform */

/* ===========================
   General Body & Font
=========================== */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #f8f9fa;
    color: #343a40;
}

/* ===========================
   Topbar
