a {
  text-decoration: none;
}

.tab-container {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #BCDBC2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  border-radius: 0px 0px 0 0;
}

