body {
    background: #000;
    padding: 75px 0 75px 0;
    font-family: 'Creepster', cursive;
    color: #fff;
}

a {
    color: #fff;   
}

a:hover {
    color: #fff;  
    text-decoration: none;
}

img.cover {
    margin: 0 auto;
}

.btn-dt {
    text-transform: uppercase;
    background: #ff8400;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .content {
        padding-top: 25px;
    }
}