.footer {
  /* position: relative;  */
  width: 100%;
  display: flex;
  flex-direction: colomn;
  color: white;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
  /* display: flex; flex-direction: colomn; */
}

.top-footer {
  background-color: #202020;
  color: white;
  padding: 0px 20px;
  width: 100%;
  /* Match Parent */
  height: auto;
  /* wrapcontent */
  display: flex;
  justify-content: space-between;
  gap: 5px;
  border-radius: 0px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}