.footer {
  background-color: #121212;
  color: #f5f5f5;
  padding: 40px 20px;
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer_content {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.footer_nav {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0;
  margin: 20px 0;
  flex-wrap: wrap;
}

.link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.link:hover {
  color: #fff;
}

.footer_address {
  text-align: center;
  margin-top: 20px;
  font-style: normal;
}

.footer_address a {
  color: #aaa;
  text-decoration: none;
}

.footer_address a:hover {
  color: #fff;
}

.copy {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #888;
}
