body {
    width: 100vw;
    font-size: 1.6rem;
    background-color: var( --color-white );
    background-attachment: fixed;
    overflow-x: hidden;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    width: 120rem;
    margin: 5rem auto;
}

main > section {
    width: 100%;
    line-height: 200%;
    text-align: justify;
}