html {
    background-color: beige;
    overflow-y: hidden;
}

.pdf {
    height: 80vh;
    margin: 13px;
    min-width: fit-content;
    object-fit: fill;
    zoom: 1;
    aspect-ratio: 4 / 3;
}