.card {
  margin: 1em;
  padding: 1em;
  width: 200px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 3px 7px 15px rgb(0 164 212 / 10%);
  border-radius: 10px;
}
.card-controls {
  display: flex;
  justify-content: space-between;
}
