html {
    width: 100vw;
    overflow-x: hidden;
}

body {
    background-color: #000000;
    margin: 0;
    text-align: center;
    color: #312454;
    font-family: Helvetica, sans-serif;
    font-size: 2.5em;
    width: 100%;
}

section {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 25px;
    width: 100%;
    .inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.section--title {
    background-color: #B682FF;
    padding-top: 2em;
    padding-bottom: 2em;
    h2 {
        padding-top: 1em;
    }
}

.section--about {
    background-color: #57FFBC;
    font-size: 0.9em;
.quote {
        font-size: 0.8em;
    }
}

.section--totalrev {
    background-color: #D5CBFB ;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 0.1em;

    .big {
        font-size: 1.6em;
        font-weight: bold;
    }
}

.section--techlayoff {
    font-size: 75%;
    background-color: #9AEFFF;
}

.section--ceopay {
    font-size: 75%;
    background-color: #9EC722;
}

.section--hasbro {
    font-size: 70%;
    background-color: #EDE06C;
    
    .big {
        font-size: 2.5em;
        font-weight: bold;
    }
}

.section--ceos {
    font-size: 75%;
    background-color: #F8B005;
    h3 {
        font-size: 1.4em;
    }
}

.section--highestsellinggames {
    font-size: 85%;
    background-color: #9AEFFF;
    h1 {
        font-size: 1.4em;
    }
}

.section--costliving {
    font-size: 70%;
    background-color: #41CF9B;
    h3 {
        font-size: 1.4em;
    }
}

.section--embracer {
    font-size: 70%;
    background-color: #D5CBFB;
    h1 {
        font-size: 1.4em;
    }
}

.section--parents {
    font-size: 70%;
    background-color: #EBE4DD;
    h3 {
        font-size: 1.6em;
    }
    .subtitle {
        font-size: 1.2em;
        font-style: italic;
    }
}

.section--humancost {
    font-size: 60%;
    color: #F1A796;
    background-color: #226D8F;
    h3 {
        font-size: 1.7em;
    }
    a {
        color: inherit;
    }
}

.section--unions {
    font-size: 70%;
    background-color: #ADD074;
    h3 {
        font-size: 1.6em;
    }
}

.section--betternews {
    font-size: 75%;
    background-color: #F1A796;
}

.section--community {
    font-size: 85%;
    background-color: #D5CBFB;
}

.section--sources {
    font-size: 50%;
    background-color: #EDE06C;
}

.section--thanks {
    font-size: 50%;
    background-color: #B682FF;
}

h1 {
    margin: 0;
    margin-bottom: 50px;
}

h2 {
    margin: 0;
    
}

h3 {
    margin: 0;
    margin-bottom: 50px;
    font-size: 1.2em; /* 40px/16=2.5em */
}