.storytitle {
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #5E2A4A;
    position: relative;
    top: 80px;
    height: 100px;
}

.storyouter {
    background-color: #CCEAFD;
    color: #5E2A4A;
    margin-top: -100px;
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: -145px;
}

.storyouter .author {
    float: right;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 10%;
}

.storyinner {
    font-size: initial;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    border-radius: 20px;
    padding: 20px;
    background-color: white;
    text-align: justify;
    line-height: 1.5;
}

.story-quote {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%; 
    padding-bottom: 130px;
    width: 100%;
    text-align: center;
    color: #5E2A4A;
    font-size: 30px;
    box-sizing: border-box;
}

.story-quote div {
    float: right;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 10%;
}


.tldrtitle {
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: white;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.tldrouter {
    background-color: #5E2A4A;
    color: #5E2A4A;
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
    margin-bottom: -400px;
    text-align: center;
}

.tldrinner {
    text-align: left;
    max-width: 600px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    padding: 20px;
    background-color: white;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 100px;
}

.tldrinner ul {
    margin-left: 20px;
}

.first:first-letter {
    font-size: 200%;
}

.storyinner > div {
    font-size: 400%;
    margin-bottom: -10px;
    margin-right: 10px;
    margin-top: -15px;
    float: left;
}

.notfirst {
    text-indent: 30px;
}


code {
    font-size: 120%;
    position: relative;
    top: -1px;
}


#info {
    z-index: 1000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 200px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #5E2A4A;
    color: #5E2A4A;
    padding: 20px;
    line-height: 1.5;
}

#info img {
    width: 200px;
    margin-bottom: 10px;
}

#info span {
    font-size: 25px;
}
