body {
    color: black;
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
}

.banner {
    height: 300px;
    width: 1000px;
    margin-bottom: 3em;
    display: table;
    background-image: url('/static/upxbanner.svg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;    
    background-size: 100% 100%;
}

.banner-head {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
    font-size: 8rem;
    font-weight: 500;
    text-shadow: 0 1px 1px white;
}

.content {
    font-family: monospace;
    font-size: 1rem;
    margin: 0 auto;
    width: 900px;
    background: #111;
    color: #888;
    margin-bottom: 3.125em;
    text-align: center;
}