

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 1.286em auto;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}


.userstuff {
    word-wrap: break-word;
    line-height: 1.5;
}

.expo {
    text-align: left;
    font-weight: normal;
    font-size: 1.25rem;
    font-family: times new roman;
    color: #000000;
    line-height: 1.35;
}

.text {
    text-align: left;
    margin-left: 1.5rem;
    margin-block: 1rem;
    font-weight: bold;
    font-size: 1rem;
    font-family: courier new, courier;
    color: #000000;
    line-height: 1.5;
}

.john {
    color: #0715CD;
}

.rose {
    color: #B536DA;
}

.kanaya {
    color: #008141;
}

.terezi {
    color: #008282;
}

.jade {
    color: #4ac925;
}

.flex {
    display: flex;
    flex-direction: column;
}

.flex-center {
    align-items: center;
}

.main-layout {
    width: 100%;
    max-width: 940px;
    background-color: #c6c6c6;
}

.content-layout {
    max-width: 650px;
    background-color: #FFFFFF;
    padding-block: 0.25rem;
    gap: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 3.5rem;
}

.story-layout {
    padding-inline: 1.75rem;
    overflow-wrap: break-word;
    display: block;
}

.chapter-title-layout {
    font-size: 3.75rem;
    font-family: 'Homestuck';
    text-align: center;
    overflow-wrap: break-word;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.next-link-layout {
    margin-inline: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.33;
    font-family: 'Verdana', sans-serif;
    margin-block: 1rem;
}

.next-link-foreground {
    color: #000000;
}

.next-link {
    text-decoration: underline;

}

.next-link:visited {
    color: #551a8b;
}


.base {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
    background-color: #535353;
}