body {
    background-color: rgb(20, 20, 20);
    font-family: "helvetica neue", helvetica, sans-serif;
}

footer {
    text-align: center;
    font-size: 12px;
    position: absolute;
    margin-bottom: 0;
    padding-bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

footer p {
    margin: 0px;
}

li {
    line-height: 1.3;
}

li a {
    color: #868686;
    text-decoration: none;
    font-size: 2.5em;
}

li a:hover {
    color: #3eb8d6;
}

li a:link, a:visited {
    transition: background-color 0.15s linear, color 0.15s linear;
}

ul {
    list-style: none;
    padding-left: 0;
}

.head {
    color: rgb(224, 224, 224);
}

.title-large {
    font-size: 5em;
    margin-bottom: -0.3em;
    padding-bottom: 0;
    margin-top: 1.5em;
}

.title-small {
    font-size: 4em;
    margin-bottom: -0.3em;
    padding-bottom: 0;
}

.subtitle-large {
    font-size: 1.1em;
}

.subtitle-small {
    font-size: 0.8em;
}

.ct {
    margin-left: auto;
    margin-right: auto;
}

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}