html {
    height: 100%;
}

body {
    margin: 0;
    padding: 25px;
    height: 100%;

    background-color: #0a1e99;
    background-image: url("/bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 800px;
}

main {
    margin: auto;
    width: 900px;
}

h1, h2, h3 {
    color: white;
}

pre {
    border: 0;
    background-color: #031b4d;
    color: white;
    wdith: 100%;
    max-height: 400px;
    overflow: scroll;
}

.Header {
    opacity: 0.5;
    color: white;
    fill: white;
}

#welcome {
    color: white;
}

#welcome span.bui-u-textCode {
    background-color: #031b4d;
    border: 0;
}

#running {
    color: white;
}

#more {
    margin-top: 30px;
    font-size: 80%;
}

.more-item {
    padding: 20px;
    background-color: white;
    border-radius: 5px;
}

.more-item h3 {
    padding: 0;
    margin: 10px 0 10px 0;
}

.more-type {
    text-transform: uppercase;
    font-size: 80%;
}

#footer {
    background-color: transparent;
    color: white;
    font-size: 60%;
}

#footer a, #footer a:hover {
    color: white;
}
