html,
body {
    min-height: 100%;
    background-color: #000;
}

body {
    background: url(../img/vg_logo_white.png) no-repeat center center fixed;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.body-content {
    margin: 50px auto;
    padding: 10px;
}

.card {
  cursor: pointer;
}