/* body {
    height: 100%;
    margin: 0;
    padding: 0;
} */
/* .pdf-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .pdf-container embed {
    width: 100%;
    height: 100%;
} */

body {
    margin: 0;
    padding: 0;
}

.pdf-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #4e4e4e;
}

.pdf-container img {
    width: 50%;
    margin-top: 1%;
}


@media (max-width: 1400px) {
    .pdf-container img {
        width: 70%;
        margin-top: 1%;
    }
}



@media (max-width: 900px) {
    .pdf-container img {
        width: 100%;
        margin-top: 1%;
    }
}
