body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background-color: #000;
    background-image: url('/images/logo.png');
    background-size: contain;
    background-position: center;
}

.cover-container {
    max-width: 42em;
}
