

table {
    width: 100%;
  }
 
      

.table{
    background: rgb(247, 244, 244);
   
}
th, td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  tr:hover {background-color: rgb(170, 227, 245);}

  th{
      color: blue;   
  }
  .head{
    text-align: left;
padding:4px;
margin:5%;
font-family: 'Courier New', Courier, monospace;
font-size: 20px;
text-decoration: none;
color: red;  
  }

  .upload-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .upload-button:hover {
    background-color: #45a049;
  }
  
  /* Hide the default file input */
  
  .upload-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
  }
  
  .upload-button:hover {
    background-color: #45a049;
  }
  
  .upload-button:active {
    background-color: #3e8e41;
  }

  .content-header-right{
    display: inline-block;
    padding: 5px 10px;
    background-color: #45a049;

    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  .content-header{
    display: inline-block;
    padding: 5px 10px;
    background-color: #45a049;

    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  a {
    text-decoration: none;
  }

  .submit{
    display: inline-block;
    padding: 5px 10px;
    background-color: #f00942;
    margin: 10px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }