 body {
      background-color: #fff;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .app-header {
      background-color: #f7f7f7;
      padding: 0.75rem 1rem;
      color: white;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

     .app-header2 {
      background-color: #634198;
      color: white;
     padding: 2px;
    }

    .app-header .logo img {
      height: 40px; 
    }

    .app-header .close-btn {
      background-color: red;
      color: white;
      border: none;
      padding: 5px 12px;
      border-radius: 4px;
      font-size: 0.9rem;
    }

    .card {
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      margin-top: 2rem;
    }

    .btn-start {
      background-color: #614298;
      color: white;
      width: 100%;
      padding: 0.75rem;
      font-size: 1rem;
      border: none;
      border-radius: 0.4rem;
    }

    .btn-start:hover {
      background-color: #502e7d;
    }

    .instruction-title {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.85rem;
      margin-bottom: 0.75rem;
      color: #333;
    }

    .instruction-list {
      list-style-type: lower-alpha;
      padding-left: 1rem;
    }

    .low{
      height: 10px;
      width: 10px;
       margin-top: 16px;
       margin-right: 10px;
      background-color: #dc3545;
    }

     .medium{
      height: 10px;
      width: 10px;
      margin-left: 30px;
      margin-right: 10px;
     margin-top: 16px;
      background-color: #ffc107;
    }

     .high{
      height: 10px;
      width: 10px;
      margin-left: 30px;
      margin-top: 16px;
      margin-right: 10px;
      background-color: #28a745;
    }

    .count{
      padding: 0px 7px;
    }