.center-div {
}

.shadowed-shape {
  width: 200px;
  height: 100px;
  background-color: #f0f0f0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  /*margin-right: 10px;*/
}

div {
  text-align: center;
}

#imageFlip {
  transition: transform 2s ease;
}

