
html, body {
    min-height: 100vh;
}

body {
    background: #555 url(../../images/front/bg.jpg) no-repeat;
    background-size: cover;

    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #eee;

}

main {
    padding-top: 50px;
}

.textCenter {
    text-align: center;
}

.publish {
    font-size: 20px;
    font-weight: bold;
}

.publish p {
    margin: 0;
    padding: 0;
}

.story {
    padding-top: 30px;
}

.story ul {
    font-size: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.story .author {
    font-size: 60%;

}

.story a {
    color: #eee;
}

.story a:hover {
    color: #aaa;
}

