* {
    background-color: transparent !important;
    color: #000000 !important;
}

section {
    padding-bottom: 40px !important;
}

.hiddenPrint {
    display: none !important;
}

.flex, .flex > div {
    flex-direction: column;
    flex-basis: 100%;
}

h2, #contact h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}

#introduction, #tasksProfile, #contact {
    padding: 0;
}

#contact {
    padding-top: 10px;
}

#introduction .detailIcons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    column-gap: 30px;
}

#introduction .detailIcons > div {
    margin-right: 30px;
}

#introduction .detailIcons img {
    width: auto;
}