html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
}
html a, body a {
  text-decoration: none;
  color: inherit;
}

.cards {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.card {
  width: 220px;
}

.card {
  background-color: #F25D9C;
}

.card:nth-child(1) {
  height: 240px;
}

.card:nth-child(2) {
  height: 190px;
}

.card:nth-child(3) {
  height: 210px;
}

.card:nth-child(4) {
  height: 230px;
}

.card:nth-child(5) {
  height: 180px;
}

.card:nth-child(6) {
  height: 200px;
}