@font-face {
    font-family: "Fira Code";
    src: url('FiraCode-VF.woff2') format('woff2');
}

body {
    font-family: "Fira Code";
    margin: 0;
}

nav.nav__section {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
}

article {
    max-width: 1140px;
    margin: 0 auto;
}

h1.end {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 95vh;
    margin: 0;
    text-wrap: balance;
}

div.flex__image {
    display: flex;
    justify-content: center;
}

div.flex__image img {
    max-width: 100%;
    max-height: 95vh;
}
