html {
  font-size: 16px;
  /* 1rem = 16px */
}

html {
  font-size: 16px;
  /* 1rem = 16px */
}

.formationsSelectionDesktop {
  display: flex;
  background-color: #0A0B0A;
  color: #e5e5e5;
  font-size: 2rem;
  height: 5rem;
  width: 22rem;
  border-radius: 1rem;
  transition: all 2s ease-out;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.formationsSelectionDesktop:hover {
  transition-duration: 1s;
  text-decoration: none;
  color: #f7f7ff;
  background-color: #091226;
}
.formationsSelectionDesktop h2 {
  margin: auto;
  text-align: center;
  font-size: 2rem;
}/*# sourceMappingURL=formationsSelectionDesktop.css.map */