
body {
    height: 100%;
    overflow: auto;
    margin: 0;
}

#sentencesWrapper {
    position: absolute;
    width: calc(100vw + 50px);
    height: 100vh;
    top: 0px;
    left: -1000px;
    z-index: -999;
}

.sentences {
    color: #3654db;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    white-space: nowrap;
}

#sentenceOne {
    position: absolute;
    top: 80vh;
    font-size: 1.5rem;
    left: 300px;
    text-align: center;
    opacity: 0;
}

#sentenceTwo {
    position: absolute;
    top: 20vh;
    font-size: 4.5rem;
    left: 0px;
    text-align: center;
    opacity: 0;
    color: black;
}

#text_a {
    margin-top: 2vh;
    margin-left: 8vw;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: black;
    font-weight: 400;
}

#second {
    font-style: italic;
    border-bottom: 3px solid #ff8d42;
    box-shadow: inset 0 -6px 0 #ff8d42;
}

.move, .move2 {
    display: inline-block;
    overflow: none;
    position: absolute;
}

#text_b {
    margin-top: 60vh;
    margin-left: 8vw;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: deeppink;
    font-weight: 400;
}

#text_b > a, #text_b > a.visited {
    color: deeppink;
}

#text_c {
    margin-top: 2vh;
    margin-left: 8vw;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #a4d14f;
    font-weight: 400;
}

#text_c > a, #text_c > a.visited {
    color: #a4d14f;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:-webkit-any-link {
    color: black;
}