/* slider styling */

.sliderText{
  font-size: 20px;
  color:#65C6FF;
}

/* Styling for button nav bar */

#buttonsBar {
  display: flex;
  justify-content: center; 
}

#vectorButtons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* allow the buttons to wrap onto next line if necessary */
  width: 90%; /* or set to the maximum width you want */
}

#vectorButtons .btn {
  margin: 0.5em; /* adjust as necessary */
}

.btn-selected {
  background-color: #65C6FF !important; /* Override .btn-dark */
  color: #000 !important; /* Make text dark on light background */
}

/* Vector Field Formula */

#vector_field_formula{
  position: absolute; top: 10px; left: 50px;
  color:antiquewhite;
  font-size: 3em;
}
