footer {
  text-align:center;
  padding:10px 0;
  z-index: 888;
  position: relative;
  background-color: rgb(216, 215, 215);
}

.footerButtonNews{
  background-color: #27315b;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 16px;
}
.contactInfoFooter{
  display: flex;
  justify-content: flex-end;
  align-items: end;
  flex-direction: column;
  padding: 1% 10%;
}

.newsLetterFooter{
  position: absolute;
  bottom: 10px;
  padding: 0 10% 0;
  align-items: center;
  justify-content: end;
  display: grid;
  justify-items: start;
}

footer .footerInputNews{
  margin: 0 0 10px 0;
  border-radius: 5px;
  padding: 0 5px;
  height: 60px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #2a368d;
  border: 2px solid rgba(255,255,255,0.10);
  resize: none;
}

#newsInput{
  width:400px;
  height: 50px;
}

.footerForm{
  justify-content: center;
  display: grid;
  justify-items: start;
}