.dropdown select {/* Adjust this value as needed */
  width: 80%;
  margin: auto;
  font-size: larger;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  display: block;
}

option {
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  border-color: blue;
  border: 3px;
}

#tabsDropdown {
  display: block; /* Hide dropdown initially */
}
