.Footer__container2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer_email {
  color: #a6a2a2;
}

.footer_email:hover {
  color: #4ca59d;
  transition: all ease 0.3s;
}

.Header__logo {
  display: flex;
  align-items: center;
}

.text_header {
  color: white;
  margin-left: 1rem;
  font-size: 1.2rem;
}
