.btns {
  background-color: white;
  padding: 0.5rem 2rem;
  cursor: pointer;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.btns a {
  color: black !important;
  text-decoration: none;
}
.btns:hover a {
  color: white !important;
}
.btns:hover {
  background-color: black;
}/*# sourceMappingURL=coverPage_semainImpl_ete2026.css.map */