body{
    background-image: url("/static/images/news/texture.png");
}
.navbar-brand {
    font-family: 'VT323', monospace;
}

footer .container {
    color: white;
    font-family: 'Raleway', sans-serif;
    padding-top: 60px;
}

footer {
    position: static;
    margin-top: 20px;
    height: 370px;
    background: #00204F url("/static/images/news/foo.png") no-repeat bottom center;
}
