 
footer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo_f img { 
  margin: 18px 22px 11px 34px;
}

.logo_f { 
display: flex;
flex-direction: row;
filter: invert(100%);
}

.logo_f .mp {
  display: flex;
  flex-direction: column;
}

.logo_f .mp .Mariia {
    width: 144px;
    height: 37px;
    flex-grow: 0;
    margin: 16px 2px 0px 21.7px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.4px;
    text-align: left;

  }

.logo_f .mp .Patratii {

    width: 146px;
    height: 37px;
    flex-grow: 0;
    margin: 0 0 11px 21.7px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;

  }

footer p {
  width:1266.666666666666px;
  height: 80px;
  margin: 60px 200px 82px;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 0.26px;
  text-align: center;
  color: #000;
}

.links {
  
  width: 100%;
  flex-grow: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.24px;
  text-align: left;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  padding-left: 40px;
  padding-right: 40px;

}

.mail {
    font-family:Helvetica;
    width: 100%;
    height: 121px;
    margin: 0 100px;
    -webkit-text-stroke: 1px #000;
    color:transparent;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: 1px;
    text-align: center;
}

.mail:hover {
color: #000;
transition-duration: 0.5s;
}


/*.mail {
  display: flex;
  gap: 5.3125rem;
  -webkit-animation: marquee 60s infinite linear;
  animation: marquee 60s infinite linear;
  position: relative;
  z-index: 3;
  font-size: 5.5925rem;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 4.0625rem;

}*/