body {
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 1em;
    background: #333333;
    color: #dfdede;
}

h1 {
    font-size: 2em;
}

#holder {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
}

#left {
    flex-grow: 100;
    min-width: 1em;
    max-width: 4em;
}

#middle {
    max-width: 30em;
}

#right {
    min-width: 1em;
    flex-grow: 100;
}

a {
    color: #feb656;
    text-decoration: underline;
    transition: color 0.2s;
}

a:hover {
    color: #fb994f;
}

