[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

body {
  padding: 0;
  margin: 0;
}

.tabs {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
  background-color: black;
}

.tab {
  background-color: #555;
  color: black;
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tab.active {
  background-color: #e5a00d;
}

.tab:hover {
  background-color: #e5a00d;
}

.tab-content {
  margin-left: 20px;
  margin-right: 20px;
}

.full_image {
  margin-left: 12.5%;
  margin-right: 12.5%;
  width: 75%;
  height: 50%;
}
