.pdf-wrapper{
    width: 100%;
    max-height: 100%;
    height: fit-content;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pdf-wrapper iframe{
    height: calc(100dvh - 70px - 3rem);
    width: 100%;
    /* aspect-ratio: 5 / 7; */
}
.pdf-title{
    width: 100%;
    font-family: Belleza;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
}