object {
    width: 100%;
    height: 100vh;
}

/* iframe {
    width: 100%;
    height: 100vh; 
    border: none;
} 
*/

.flexCenter {
    display: flex;
    row-gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100vh;
}

.namecard {
    width: 100%;
}

.pdf-container {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-bottom: 75%; /* Adjust this for aspect ratio */
}
.pdf-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* @media (max-width: 600px) {
    iframe {
        width: 100%;
        height: auto;
    }
} */

