*,
*::before,
*::after{
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
.body_home{
  margin: 0;
  background: linear-gradient(
  to bottom,
  rgba(235, 255, 235, 0.4) 0%,
  rgba(0, 85, 72, 1) 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.container_home{
  padding:  0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  object-fit: cover;
  overflow: hidden;
}
