/* Styles for Amazon Style Footer */
/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
} */

.footer {
  background-color: #232f3e;
  color: white;
  font-size: 14px;
  line-height: 1.6;
}

.footer-top {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #3a4553;
  background-color: #37475A;
}

.footer-top .back-to-top {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.footer-links {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  border-bottom: 1px solid #3a4553;
}

.footer-column {
  width: 22%;
}

.footer-column h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
}

.footer-logo img {
  width: 100px;
}

.footer-bottom-links a {
  color: white;
  margin-left: 20px;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

.footer-legal {
  text-align: center;
  padding: 20px 0;
  background-color:rgb(19, 25, 33);
}

.footer-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-legal ul li {
  margin: 0 10px;
}

.footer-legal ul li a {
  color: white;
  text-decoration: none;
}

.footer-legal ul li a:hover {
  text-decoration: underline;
}
