body {
    height: 200%;
    color: #202020;
}

a {
    color: #b6ffff;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #4ba3c7;
}

a:hover {
    color: #81d4fa;
}

.top-scroll {
    background-color: #fefefe;
    height: 50%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: -1px -7px 8px 7px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -7px 8px 7px rgba(0,0,0,0.75);
    box-shadow: -1px -7px 8px 7px rgba(0,0,0,0.75);
}

.bottom-scroll {
    position: fixed;
    background-color: #424242;
    top: 0;
    bottom: 0;
    left:  0;
    right: 0;
    z-index: 1;
}

.scroll-centered-content {
    position: absolute;
    text-align: center;
    max-width: 45em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-centered-content p {
    display: inline-block;
    margin: 0;
}

.scroll-centered-content *:first-child {
    margin-top: 0;
}

.scroll-centered-content *:last-child {
    margin-bottom: 0;
}

.scroll-footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.70em;
    text-align: center;
    margin-bottom: 0.5em;
}

.list-links > a {
    margin: 1em;
}