     body {
            font-family: Arial, sans-serif;
            background-color: #00468b;
            margin: 0;
            padding: 0;
        }

        header {
            background-color: #9d641c;
            color: white;
            text-align: center;
            padding: 8px 0;
        }
          header h1 {
            font-size: 25px;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 0;
            font-style: italic;
        }

        /* .container {
            max-width: 800px;
            margin: 30px auto;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        } */


        input{
            width: 100%;
            text-align: center;
        }
        .date {
            text-align: center;
            font-size: 1.1em;
            color: #000;
            margin-bottom: 10px;
           font-weight: 700;
    border-bottom: 2px solid #9d641c;

        }

        table {
            width: 100%;
            border-collapse: collapse;
            text-align: start;
          
}
.table_div{
    border: 20px solid transparent;
  border-image: url('../img/border.png') 70 round;
  padding: 6px 15px;
  background: #fff;
}

        th {
            padding: 12px;
            border-bottom: 1px solid #ddd;
        }
        
        td {
            padding: 2px 12px;
            border-bottom: 1px solid #ddd;
            font-weight: 600;
        }

        th {
            background-color: #0b3d91;
            color: white;
        }

        tr:hover {
            background-color: #f1f1f1;
        }

        @media (max-width: 767px) {

            th,
            td {
                padding: 5.5px 8px;
                font-size: 0.9em;
            }
            body{
                margin:10px 10px;
                display: flex;
        align-items: center;
        justify-content: center;
            }
        }