body {
  font-family: 'Montserrat', sans-serif;
}

/* Apply Montserrat to specific elements */
* {
  font-family: 'Montserrat', sans-serif;
}

.blueColor {
  color: #047eab;
}

.blueBG {
  background: #047eab;
}

.normalButton {
  background: #047eab;
  border: #047eab;
  width: auto;
  justify-self: center;
  align-self: center;
}

.deleteButton {
  background: rgb(133, 41, 41);
  border: rgb(110, 47, 47);
  width: 5em;
  margin-right: 1em;
}

.deleteButton:hover {
  background: rgb(85, 26, 26);
}

.stickRight {
  display: flex;
  margin-right: 10px;
  justify-content: right !important;
  align-items: center !important;
}

.greyBG {
  background: #e9edf0;
}

.alternateColor {
  background: #047eab;
}

.activeTab {
  pointer-events: none; 
  color: #047eab;
}

a {
  color: #5a5a5a;
}

a:hover {
  color: #047eab;
}