@charset "utf-8";

    main {
        padding: 1.25em;
    }
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.3rem;
        margin-top: 2.5rem;
        line-height:1.5rem;
    }

    h3 {
        font-size: 1rem;
        margin-top: 1.5rem;
        line-height:1rem;
    }

    .text {
        margin: 0 auto;
    }

    ul li, ol li {
        margin-bottom: 0.625em;
    }
