.card {
    /* position: relative; */
    /* margin: .5rem 0 1rem 0; */
    /* background-color: #fff; */
    /* -webkit-transition: -webkit-box-shadow .25s; */
    /* transition: -webkit-box-shadow .25s; */
    /* transition: box-shadow .25s; */
    /* transition: box-shadow .25s, -webkit-box-shadow .25s; */
    /* border-radius: 2px; */
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}