/* Improve text legibility */

.about-content-wrapper h1,
.about-content-wrapper h2,
.about-content-wrapper p,
.about-content-wrapper li {
  color: #fff;
}

.btn-genfruitz {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-genfruitz:hover {
  background: var(--color-primary);
  color: white;
}