body {
    font-family: arial, sans-serif;
    font-size: 2vw !important;    
    background: url("crowdpublishing.jpg") no-repeat fixed;
    background-size: cover;
    text-shadow: 1px 1px rgba(50, 50, 50, 0.5);
    min-height: 160vh;
}

div.container {
    width: 80vw !important;
    margin-left: 10vw;
}

div.container h1 a.vglnk span,
h1.headline {
    font-size: 5vw !important;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin: 10vw;
    color: white !important;
    text-shadow: 3px 3px rgba(50, 50, 50, 0.5);    
    text-align: center;
    text-decoration: none !important;
}

p.question {
    margin: 0 auto;
    color: white !important;
    padding-left: 2vw;    
}

#disqus_thread {
    display: block;
    padding: 2vw;
    margin: 2vw;
    background-color: rgba(255, 255, 255, 0.8);
}

footer {
    position: relative;
    bottom: 2vw;
    font-size: 1.6vw;
    displaY: block;
    padding-top: 2vw;
    margin: 0 auto;
}

footer a {
    color: #eee;
    text-align: center;
    text-decoration: none;    
}