.footerContentContainer{
  position: relative;
  flex-direction: column;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #33AA61;
  color: white;
  transition:all 0.5s ease-out; 
  -o-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out; 
  -webkit-transition:all 0.5s ease-out;
  height: 80px;
  padding: 0 10%;
}

.footerContent{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  text-shadow: 0px 0px 4px #000000
}

.foorterLogo{
  position: absolute;
  height: 100%;
  right: 10px;
  top: 0;
  z-index: 1;
}