* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background: #f4f4f4;
    color: #333;
  }

  .main{
    margin: 25px 25px 25px 25px ;
    text-align: justify;
    font-size: large;
    font-family:'Times New Roman', Times, serif;
  }
  footer {
    text-align: right;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    width: 100%;
  }

.contact {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact ul {
  list-style-type: none;
  display: inline-block;
  overflow: hidden;
}

.contact li {
  float: left;
  padding: 5px;
}
.pdf-container {
  width: 100%;
  height: 1000px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Ensure the PDF object fills the container */
.pdf-container object {
  width: 100%;
  height: 100%;
}
.pdfpage {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}