
body, html {
  background-color: #0f261a;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

#subscribe {
  min-height: 100vh;
  background-color: #0f261a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-name {
  font-weight: 700;
  text-align: center;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.social-btn-box a i {
  font-size: 24px;
  color: #fff;
  transition: 0.3s ease;
}

.social-btn-box a:hover i {
  color: #00e785; /* o el color que uses para hover */
}

.social-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 40px 0;
}

.social-btn-box {
  border: none;
  background: none;
}

.social-btn-box a {
  font-size: 40px;
  color: #fff;
  transition: color 0.3s;
  display: inline-block;
}

.social-btn-box a:hover {
  color: #ccc;
}
