@media print {
    body { margin: 0em; }

    h1, h2 {
        color: #052c52;
    }
    h3, h4, h5, #experience dt, #research dt, #education dt, #contact dd {
        color: #ad3d00;
    }
    a { color: #0e64b5; }

    main { 
        margin-top: 0em;
        width: 100%;
        position: relative;
        font-size: 11px;
    }

    /* section {
        margin-bottom: 2em;
    } */
    
    h1 { 
        margin-top: 0em; 
        margin-bottom: 0em; 
    }
    h2 {
        margin-top: 0.5em; 
        margin-bottom: 0.5em;
    }
    h3 { margin-bottom: 0.5em; }
    #skills div {
        margin-top: 0.5em;
    }

    .blocked, dd, ul, #experience, #research, #skills {
        page-break-inside: avoid;
    }

    .tagline {
        margin-top: 0.5em; 
        margin-bottom: 0em;
    }

    #contact {
        margin-top: 1em;
    }
}