.bg-teal{
  background-color: #3cbcbb;
  color: white;
}
.bg-gray{
  background-color: #D2D2D2;
  color: gray;

}
.teal-txt{
  color: #3cbcbb;
}


nav {
  background: linear-gradient(to right, #7e54d4 0%, #3eb9b8 100%);
  height: 60px;
  /* position: relative; */
}
nav img {
  object-fit: cover;
  height: 30px;
}

ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
hr {
  border-top: solid black 1px;
  /* border-left: solid black 2px; */
}

.btn-teal {
  background-color: #3cbcbb;
  font-size: 18px;
  color: white;
  border: none;
  border-radius: 6px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-gray {
  border: none;
  border-radius: 6px;
  font-size: 18px;
}


.teal-card {
  background-color: #3dbbb8;
  border-radius: 20px;
  color: white;
  /* margin: 0;
  padding: 0; */
}
.white-card {
  background-color: white;
  border-radius: 20px;
  color: black;
}

.w-teal-btn {
  height: 30px;
  width: 200px;
  border-radius: 6px;
  margin: 2px 0px;
  background-color: #3dbbb8;
  color: white;
  box-shadow: 0px 10px 8px 0px rgba(46, 46, 46, 0.6);
  border: none;
}
.w-white-btn {
  height: 30px;
  width: 200px;
  border-radius: 6px;
  margin: 2px 0px;
  color: black;
  background-color: white;
  box-shadow: 0px 10px 8px 0px rgba(46, 46, 46, 0.6);
  border: none;
}

.e-violet-btn, .w-violet-btn, .a-violet-btn {
  background-color: #8a50e2;
  border: none;
  box-shadow: 0px 10px 8px 0px rgba(46, 46, 46, 0.6);
  border-radius: 6px;
  margin: 2px 0px;
  color: white;
  display: none;
}