.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-around {
  justify-content: space-around;
}
.text-bold {
  font-weight: bold;
}
