header {
    flex: none !important;
    position: absolute !important;
    background-color: transparent;
    
}

header > * {
    display: inline-block !important;
}

main {
    flex: none !important;
    display: inline-block;
}

main .page {
    max-width: none;
}

h1 {
    font-size: 2rem;
    margin-bottom: 0;
}

h2 {
    font-size: 1.5rem;
    page-break-inside: avoid;
}

header .avatar img {
    position: absolute;
    top: -23px;
    left: -5px;
    transform: scale(0.4);
}

address a {
    text-decoration: none !important;
}

#title {
    padding-left: 90px;
}

#title address a {
    font-size: 1.1rem;
}

#title address a.email {
    color: #000;
    text-decoration: none;
    font-size: 1.4rem;
}

#technical .skills li svg {
    display: none;
}

#technical li {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

#technical li span, main .badge {
    display: inline-block !important;
    margin: 0.2rem !important;
    padding: 0.4rem !important;
    border: 1px solid #343a40;
    color: #343a40;
    background-color: transparent;
    border-radius: .25rem;
    font-size: 75% !important;
    font-weight: 700 !important;
    line-height: 1;
    white-space: nowrap;
    width: auto !important;
}

#work .page-break-avoid {
    page-break-inside: avoid;
}