.flex {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.my-4 {
  margin: 16px 0;
}

.w-full{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */