.centered-in-body {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.justify-content-evenly {
  -ms-flex-pack: distribute !important;
  justify-content: space-evenly !important;
}
