.flex-container {
  margin: 0;
  list-style: none;

  float: left;
}

.button {
  border-radius: 10px;
  box-shadow: 0 -3px 0 rgba(0,0,0,0.2) inset !important;
}

body{
  background:  #FFFFFF;
  height: 100vh;
  margin: 0;
  /* display: grid;
  place-items: center;
  overflow: hidden;*/
}

.cards{
}

.card{
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 1px -1px 1px 1px #888888;
}

.card:not(:first-child){
  margin-top: -0.5rem;
}
/*.card:hover{
  transform: translateY(-1rem);
}*/
