tab-container button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
}

tab-container button.active {
  border-bottom: 5px solid black;
}

tab-container button:hover {
  background-color: #ececec;
}