@mixin card() {
    margin-top: 12px;

    box-sizing: border-box;
    overflow: hidden;

    border-radius: 2px;
    box-shadow: 0 0 1px 1px #ccc;
}