*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.card {
  border: 5px solid grey;
  height: 56vw;
  width: 40vw;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 2px 2px 4px grey;
}

.card-front {
  padding: 0.5em;
}

.icon {
  width: 8vw;
  height: 8vw;
}

.number {
  text-align: center;
  font-size: 4vw;
}
.number > .icon {
  width: 4vw;
  height: 4vw;
}

.rotate {
  transform: rotate(180deg);
}

.cell {
  flex: 1;
  text-align: center;
}

.row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: space-between;
  height: 100%;
}

.col-1 {
  flex: 0 0 12.5%;
}

.col-2 {
  flex: 0 0 25%;
}

.col-3 {
  flex: 0 0 25%;
}

.col-4 {
  flex: 0 0 100%;
}

.col-5 {
  flex: 0 0 25%;
}

.col-6 {
  flex: 0 0 25%;
}

.col-7 {
  flex: 0 0 25%;
}

.col-8 {
  flex: 0 0 25%;
}

.offset-1 {
  margin-left: 0%;
}

.offset-2 {
  margin-left: 0%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 0%;
}

.offset-5 {
  margin-left: 12.5%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 12.5%;
}

.offset-8 {
  margin-left: 25%;
}

/*# sourceMappingURL=cards-styles.css.map */
