h1, h2, h3, h4, h5 {
    font-family: "Futura";
}

#splash {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;

    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
}

#splash h1, h2 {
    margin: 0.2rem;
}

#splash h2 {
    color: #aeaeae;
}

#splash_sketch {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

#splash nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
}

#splash ul {
    padding: 0;
    list-style: none;
}

#splash ul li {
    display: inline;
}

#splash ul li:not(:last-child)::after {
    content: ' | ';
    font-family: "Futura";
    font-weight: 100;
}

a {

}