/* CSS for the Resume Page */

iframe{
    border: none;
    width: 70%;
    aspect-ratio: 8.5/11;
    margin-left: 15%;
    zoom: 145%;
    display: block;
}
@media (max-width:960px){
    iframe{
        position: absolute;
        width:100vw;
        height: 80vh;
        left: 0;
        margin: 0;
        zoom: 100%;
    }
}