.footer {
  background-color: var(--navy-blue);
  padding: 100px 0px;
}
.footer-link {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
}
.footer .logo-part {
  color: var(--cloud);
}
.footer-text {
  color: var(--cloud);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
  width: 264px;
}
