.marksheet {
    /* font-family: "Comic Sans MS", cursive, sans-serif; */
    background-image: url("../mg_logo.jpg");
    background-repeat: no-repeat ;
    background-position: center;
    background-size: contain;
    background-color: #fff; /* Fallback color */
    max-width: 687px;
  }
  h1 {
    
    color: hsl(205deg 3.95% 35%);
  }
  .container1 {
    max-width: 750px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
    opacity: 0.95;
  }
  .container1 h1 {
    color: #d64744;
    font-weight: 600;
    
  }
  .details,
  .marks,
  .result {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
  }
  /* .details td, */
 .marks th, 
  .marks td,
  .result td {
    padding: 8px;
    border: 1px solid #ccc;
  }
  
  .border1{
    padding: 8px;
    border-bottom: 1px solid #ccc;
  } 
  .marks th {
    background-color: #f2f2f2;
  }
  .print-button {
    margin-top: 20px;
  }
  .signature {
    text-align: right;
  }
  td,
  th {
    color: hsl(205deg 3.48% 36.22%);
  }
  @media (max-width: 600px) {
    body {
      background-size: cover;
    }
  }
  @media print {
    body {
      background-image: url("Graduation_logo.jpg") !important;
      -webkit-print-color-adjust: exact; /* For webkit browsers */
      print-color-adjust: exact; /* For other browsers */
    }
  }
  strong{
    color: #3aa0df;
  }
  
    @media (max-width: 640px) {
      .marks th,
      .marks td,
      .result td {
        padding: 4px;
        font-size: 11px;
      }

      .border1{
        font-size: 11px;
        padding: 8px;
        border-bottom: 1px solid #ccc;
      } 
      .container1 {
        max-width: 750px;
        margin: auto;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 10px;
        background-color: white;
        opacity: 0.95;
      }
    }