@media (max-width: 1080px) {
    html {
        font-size: 93.75%;
    }
}

@media (max-width: 720px) {
    html {
        font-size: 87.5%;   
    }
}


html {
    scroll-behavior: smooth;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}


body,
input,
textarea,
button {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

h1,
h3,
h4,
h5,
h6,
strong {
    font-weight: 600;
}

h2 {
    font-weight: 400;
}

h1.title,
.job {
    text-align: center;
}

#description,
#skills {
    max-width: 85.75rem;
    margin: 0 auto;
    align-items: center;
}

.header {
    max-width: 85.75rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.formation {
    color: #1f1f1e;
    font-weight: 700;
    margin: 0 auto;
    max-width: 85.75rem;
    display: flex;
    justify-content: space-between;
}

.description {
    padding: 20px 0 0;
    color: #1f1f1e;
    font-weight: 700;
    margin: 0 auto;
    max-width: 85.75rem;
    display: flex;
}

header h1 {
    margin-bottom: 0;
}

header h2 {
    font-size: 1rem;
}

.line-1 {
    height: 1px;
    background: black;
    margin: 0 auto;
    max-width: 85.75rem;
}


.links {
    display: flex;
    justify-content: space-between;
    max-width: 85.75rem;
    align-items: center;
    margin: 0 auto;
    color: #000f32;
}

a:link {
    text-decoration: none;
}

.job {
    margin-top: 5px;
}

p {
    font-weight: 500;
    font-size: 12px;
    margin: 5px;
    text-align: justify;
}

.resume {
    max-width: 85.75rem;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
}

.employment-title {
    display: flex;
    justify-content: space-between;
    max-width: 85.75rem;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
}

.employment-title p {
    font-weight: 700;
    margin-bottom: 0;
}

ul li {
    padding: 4px;
    font-size: 12px;
}

ul {
    margin-top: 0;
}

.employment-link p {
    margin-bottom: 0;
}