body {
  font-family: "Times New Roman", serif;
  background: white;
  color: #000;
  margin: 0;
  padding: 20px;
}

.gov-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.gov-logo {
  font-size: 36px;
  font-weight: bold;
  color: #000080;
  border: 3px solid #000;
  padding: 5px 10px;
  margin-right: 15px;
}

.gov-header h1 {
  font-size: 22px;
  margin: 0;
  color: #000;
}

.gov-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
}

.gov-table th, .gov-table td {
  border: 1px solid #000;
  padding: 6px 10px;
  font-size: 15px;
}

.gov-table th {
  background: #e6e6e6;
  font-weight: bold;
}

.box {
  border: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.box-head {
  border-bottom: 2px solid #000;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 6px;
}

.big {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.note {
  font-size: 12px;
  color: #333;
  margin-top: 8px;
}

.footer-note p {
  text-align: center;
  font-size: 13px;
  margin: 4px 0;
}

.footer-note .muted {
  color: #555;
}
.sheet {
  width: 800px;
  margin: 0 auto;
}
@media print {
  .btn, .gov-right {
    display: none;
  }
  body {
    margin: 0;
  }
  .sheet {
    border: none;
  }
}
body::before {
  content: "Practice Result – nripendra.online";
  position: fixed;
  top: 40%;
  left: 10%;
  font-size: 40px;
  color: rgba(0,0,0,0.05);
  transform: rotate(-30deg);
  z-index: 0;
}
.btn1{
  color: white;
  background: black ;
  font-weight: 900;
  border: solid black 2px;
  margin-right: 15px;
  padding-top: 1px;
  padding-bottom: 1%;
  border-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;

}
.btn2{
  color: white;
  background: black ;
  font-weight: 900;
  border: solid black 2px;
  border-radius: 5px;
 

}
