.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.flex {
  display: flex;
}

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

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

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.w-100 {
  width: 100%;
}

.center {
  text-align: center;
}
/*# sourceMappingURL=index.3a01df49.css.map */
