.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-button.active {
  background-color: #007bff; 
  color: white;
  font-weight: 700;
  border: solid 2px;
  border-color: grey;
  border-radius: 4px;
  

}

.selected {
  text-align: center;
  margin-top: 300px;
}

.selected-div {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.tab-button {
  padding-left: 10px;
  padding-right: 15px;
  cursor: pointer;
  margin: 5px;
  background-color: white;
  border: solid 1px;
  border-color: #007bff;
  border-radius: 4px;
  font-weight: 600;
}



