html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

header {
    display: none;
}

.download {
    display: none;
}

.page{
    /* position: absolute; */
    width: 210mm;
    height: 297mm;
    padding: 0;
    margin: 0;
    background-image: url('../img/cv_template.png');
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    /* width: 100%;
    height: 100%;
    padding:  0 0 0 6px;
    margin-top: 0; */
    overflow: clip;
}

.head {
    height: 286px;
}

.linkedin {
    height: 60px;
}

@media print 
{
   @page
   {
    size: A4;
    margin: 0;
  }
}