@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap');

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}
.pdf-container {
    width: 80%;
    margin: 50px auto;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
iframe {
    width: 100%;
    height: 800px;
    border: none;
}

.pdf-container h2{
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: calc(1.3rem + .6vw);
    font-weight: 500;
    color: #6D3F36;
}