@media print {

    html,body {
        background: white;
        font-size: 14px;
        color: black;
    }

    a { color: black; text-decoration: none;}

    h1,h2,h3,h4,h5,h6 {
        color: black;
    }
    h1 {
        margin-bottom: 0;
    }
    h3#experience,
    h3#education {
        margin-top: 2rem;
        border-bottom: 1px solid black;
    }

    p {
        margin-top: .5rem;
        margin-bottom: .25rem;
    }

    .no-print {
        display: none;
    }
}