html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global */

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    width: 100vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    font-size: 30px;
    line-height: 34px;
    height: 54px;
    position: fixed;
    width: 100vw;
}

h1 {
    cursor: pointer;
}

main {
    width: 100%;
}

/* Classes */

.about {
    font-size: 32px;
    line-height: 36px;
    padding: 283.6px 12px 12px;
}

.background-1 {
    background-color: #F81717;
    color: #5F545D;
}

.background-2 {
    background-color: #BFAFBB;
    color: #0703DE;
}

.background-3 {
    background-color: #008C8C;
    color: #FAFF00;
}

.background-4 {
    background-color: #FBF105;
    color: #8F05FB;
}

.background-5 {
    background-color: #A4A399;
    color: #FFD3F3;
}

.background-6 {
    background-color: #68440D;
    color: #4ED5E8;
}

.background-7 {
    background-color: #841717;
    color: #8FFF00;
}

.background-8 {
    background-color: #FFB673;
    color: #163D33;
}

.background-9 {
    background-color: #CECA5D;
    color: #881DBA;
}

.background-10 {
    background-color: #B9FB2C;
    color: #001BAB;
}

.background-11 {
    background: url("images/background-01.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #8FFF00;
}

.background-12 {
    background: url("images/background-02.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #5E470E;
}

.background-13 {
    background: url("images/background-03.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #FFDA00;
}

.background-14 {
    background: url("images/background-04.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #FF0000;
}

.background-15 {
    background: url("images/background-05.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #891515;
}

.background-16 {
    background: url("images/background-06.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #9E00FF;
}

.background-17 {
    background: url("images/background-07.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #14483F;
}

.background-18 {
    background: url("images/background-08.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #F6F987;
}

.background-19 {
    background: url("images/background-09.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #E3F4FB;
}

.background-20 {
    background: url("images/background-10.svg");
    background-size: cover;
    background-attachment: fixed;
    color: #00644C;
}

/* .background-21 {
    background: url("images/background-11.png");
    background-size: cover;
    background-attachment: fixed;
    color: #FED0FF;
} */

/* .background-1 {
    background-color: #BFAFBB;
    color: #8FFF00;
}

.background-1 *::selection {
    color: #BFAFBB;
    background-color: #8FFF00;
} */

/* .background-2 {
    background: url("images/background.png");
    background-size: cover;
    color: #9A4125;
}

.background-2 *::selection {
    color: white;
    background-color: #9A4125;
} */

.background-white {
    background: white;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
}

.definition {
    font-size: 52px;
    line-height: 52px;
    text-align: center;
}

.description {
    font-size: 52px;
    line-height: 58px;
}

.example {
    font-style: italic;
    font-size: 52px;
    line-height: 52px;
    text-align: center;
}

.explanation {
    font-size: 32px;
    line-height: 34px;
    text-align: left;
}

.explanation-indent {
    font-size: 32px;
    line-height: 34px;
    text-indent: 80px;
    text-align: left;
}

.hidden {
    display: none;
}

.indent {
    text-indent: 54px;
}

.italic {
    font-style: italic;
}

.term {
    font-size: 120px;
    line-height: 114px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.terms {
    padding: 48px 12px 24px;
}

.term-details {
    cursor: default;
    display: hidden;
    pointer-events: none;
    margin: 0;
}

.title-big {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
}

.wearables section {
    display: flex;
    justify-content: center;
}

.wearables section img {
    width: 100vw;
    height: 100%;
}

/* IDs */

#about {
    position: absolute;
    right: 12px;
    top: 24px;
    cursor: pointer;
}

#title {
    padding-top: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#wearables {
    position: absolute;
    width: 290.6px;
    height: 276.91px;
    left: 2px;
    top: 6.7px;
    cursor: pointer;
}

@media (max-width: 1000px) {
    body {
        overflow-X: hidden;
    }

    header {
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 100%;
        text-align: center;
        top: 7px;
        z-index: 1;
    }

    main {
        margin-top: 197px;
    }

    .about {
        position: relative;
        padding: 0 7px 7px;
        font-size: 20px;
        line-height: 21px;
    }

    .definition {
        font-size: 27px;
        line-height: 27px;
    }

    .example {
        font-size: 27px;
        line-height: 27px;
    }

    .explanation {
        font-size: 20px;
        line-height: 21px;
        padding: 3px 0;
    }

    .explanation-indent {
        font-size: 20px;
        line-height: 21px;
        text-indent: 58px;
        text-align: left;
    }

    #about {
        right: unset;
        top: unset;
        position: relative;
        font-size: 20px;
        line-height: 21px;
    }

    .terms {
        padding: 0 7px;
    }

    .term {
        font-size: 53px;
        line-height: 55px;
    }

    .term-details {
        margin: 0 0 4px;
    }

    .title-big {
        font-size: 30px;
        line-height: 25px;
    }

    .wearables {
        margin-top: 88px;
    }

    .wearables section img {
        max-width: 100%;
        height: 100%;
        max-height: 100vh;
    }

    #title {
        left: unset;
        position: relative;
        transform: none;
        padding: 0;
        font-size: 20px;
        line-height: 25px;
    }

    #wearables {
        position: relative;
        width: 148.71px;
        height: 141.71px;
        left: unset;
        top: unset;
    }
}