@page {
    size: A4;
    margin: 20mm;
}

body {
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: smaller;
}

main {
    width: 210mm;
    height: 297mm;
    margin: 20px auto;
    padding: 15px 10px 0px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

h1 {
    color: white;
    font-size: 250%;
    margin-bottom: 10px;
}

h2 {
    color: brown;
}

.download {
    text-align: center;
}

/* HEAD */

.header {
    background-color: brown;
    margin: -38px -10px 0px -10px;
    padding: 0% 0% 1% 3%;
}

.details {
    margin-left: 3px;
    display: inline;
    color: white;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(105%) contrast(101%);
}

img {
    width: 10px;
}

.icon {
    display: inline;
}

.email {
    display: inline;
    padding-right: 5%;
}

.phone {
    display: inline;
    padding-right: 5%;
}

.location {
    display: inline;
}


/* MAIN SECTION */

.structure1 {
    display: grid;
    grid-template-columns: 70% 30%;
}

.left-side {
    margin-right: 2%;
    margin-left: 3%;
}

.right-side {
    margin-right: 3%;
}

.jobt {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.company {
    color: gray;
    font-size: small;
    display: inline-block;
}

.worktime {
    text-align: right;
}

.jobtitle {
    display: grid;
    grid-template-columns: 75% 25%;
}





