body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
    font: 0.92em "Garamond";
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page {
    width: 210mm;
    height: 297mm;
    margin: 10mm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.page-content {
    display: flex;
}

.left-block {
    background: #323B4C;
    height: 297mm;
    color: white;
    padding: 1in 0.52in 1.44in 0.75in;
    flex: 38%;
}

.right-block {
    height: 297mm;
    padding: 1in 0.52in 1.44in 0.52in;
    flex: 62%;
}

.photo img {
    border-radius: 10px;
    border: solid 1px #3c4556;
}

.br {
    color: white;
    width: 100%;
}

.experience {
    padding-bottom: 14px;
}

.work-section {
    padding-top: 16px;
}

.work-header {
    padding-bottom: 5px;
    display: flex;
}

.company-name {
    flex: 62%;
    font-size: 1em;
}

.work-time {
    flex: 38%;
    text-align: right;
    color: #404040;
    font-size: 0.92em;
    padding-top: 0.0836em;
    font-style: italic;
}

.p {
    text-indent: 1.338em;
    hyphens: auto;
}

.work-h1 {
    padding-top: 11px;
    font-size: 1.087em;
}

.my-name {
    font-size: 1.171em;
    padding-top: 11px;
}

.my-position {
    font-size: 1em;
    padding-top: 6px;
    padding-bottom: 10px;
}

.left-header {
    font-size: 1.087em;
    padding-top: 19px;
    padding-bottom: 6px;
}

.contact-links {
    padding-top: 6px;
    display: flex;
}

.contact-links>span {
    display: block;
    padding-right: 11px;
}

.university-date {
    text-align: right;
    font-style: italic;
}

.left-text {
    padding: 2px 0;
}

.university-degree {
    display: flex;
}

.university-degree-name {
    width: 62%;
}

.university-degree-date {
    width: 38%;
    text-align: right;
    font-style: italic;
}

@page {
    size: A4;
    margin: 0;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}