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

.title-content-buttons-module .title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.title-content-buttons-module .content {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.title-content-buttons-module .buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.title-content-buttons-module .button {``
  background: linear-gradient(145deg, #f27330, #ed215a);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.875rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border:none;
}

.title-content-buttons-module .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.dark-mode *{
  color: #fff;
}
.dark-mode td{
  border: 0.6875pt solid #fff;
}