footer {
  height: 18vh;
  width: 100%;
  border-top: 2px solid #2f2633;
  background-color: var(--header-bg-transparent);
}

.footer-container {
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  padding-left: 1rem;
  background-color:;
}

.footer-row-name {
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: white;
}

.search-btn-footer {
  height: 100%;
  display: flex;
  background-color:;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.textarea {
  width: 50%;
  height: 27%;
  background-color: #7c8b99;
  border-radius: 0.2rem;
  cursor: pointer;
}

.searchbtn {
  width: 20%;
  height: 27%;
  background-color: #5b94f0;
  border-radius: 0.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow-footer {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 2rem;
  gap: 1rem;
}
