body {
    font-family: 'Segoe UI', sans-serif;
    /* You can adjust the entire page font size here */
    font-size: 16px;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

header,
main {
    display: flex;
    padding: 1rem;
}

    header section,
    main section {
        -ms-flex: 1;
        flex: 1;
    }
    header section:first-child,
    main section:first-child {
        max-width: 45%;
    }

header h1 {
    font-size: 3.8rem;
    margin: 0;
}
main h3 {
    margin: 0;
}
main hr {
    margin: 20px 0;
}
header .fa,
main .fa {
    vertical-align: middle;
}
ul {
    list-style: none;
    padding: 0;
}

dt {
    font-weight: bold;
}

/* Para ajustar o tamanho da fonte e alinhamento do texto na section skills */
.skills article {
    font-size: 16px;
    text-align: justify;
    width: 400px
}

/* Para ajustar o tamanho da fonte e alinhamento do texto na section work */
.work article {
    font-size: 17px;
    text-align: justify;
}
