body {
    background-color: #c6d7de;
    font-family: 'Montserrat';
    padding: 3em;
}

#v0 {
    position: fixed;
    bottom: -4em;
    right: 0;
    width: 100%;
}

#set-height {
    display: block;
}

section {
    z-index: 1;
    position: relative;
}

.content {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 22.2%;
}

.content-f {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 30%;
}

h1 {
    font-size: 3em;
    background: #3498DB;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0;
}

p {
    font-size: 1.5em;
    background: #20c997;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0;
}

ul {
    display: inline-block;
    background: gray;
    border-radius: 5px;
}

section:nth-of-type(1) {
    height: 1200px;
}

section:nth-of-type(2) {
    height: 1200px;
}

section:nth-of-type(3) {
    height: 1200px;
}

section:nth-of-type(4) {
    height: 1200px;
}

section:nth-of-type(5) {
    height: 1200px;
}

section:nth-of-type(6) {
    height: 2000px;
}

section:nth-of-type(7) {
    height: 1500px;
}

section:nth-of-type(8) {
    height: 3000px;
}

section:nth-of-type(9) {
    height: 5000px;
}

section:nth-of-type(10) {
    height: 1200px;
}

section:nth-of-type(11) {
    height: 1650px;
}

section:nth-of-type(12) {
    height: 1600px;
}

section:nth-of-type(13) {
    height: 1200px;
}

section:nth-of-type(14) {
    height: 1900px;
}

section:nth-of-type(15) {
    height: 1500px;
}

section:nth-of-type(16) {
    height: 2500px;
}

section:nth-of-type(17) {
    height: 1200px;
}

section:nth-of-type(18) {
    height: 3000px;
}

section:nth-of-type(19) {
    height: 3000px;
}

section:nth-of-type(20) {
    height: 2000px;
}

section:nth-of-type(21) {
    height: 1500px;
}

section:nth-of-type(22) {
    height: 5000px;
}

section:nth-of-type(23) {
    height: 1000px;
}

.entered {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2018-7-4 16:24:12
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}