.nav-bar{
  width: 98%;
  height: clamp(5%, 5vw + 1rem, 9%);
  z-index: 1;
  opacity: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  /* position: fixed; */
  /* top: 23px;
  left: 23px; */
  /* margin-left: 20px;
  margin-top: -20px;
  margin-right: 20px;*/
  min-width: 300px;
  border-radius: 10px 10px 10px 10px;
}

#navDiv {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  border-radius: 10px 10px 10px 10px;
}

.nav-button{
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  font-size: 100%;
  font-weight: bold;
  width:fit-content;
}

.navBar-textDiv {
  white-space: nowrap;
  color: rgba(38, 88, 160, 0.7);
  display: flex;
  /* font-family: "Arial", sans-serif; */
  font-family: 'Comfortaa', sans-serif;
  letter-spacing: 1px;
  font-size: clamp(16px, 2vw + 0.5rem, 36px);
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  /* padding: -10px, -10px, -10px, -10px; */
  
}