.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.bg-dark {
  background-color: #6765e8 !important;
}

.card-text,
.card-title {
  font-weight: bold;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}


.table-row{
  border: 1px solid #DFE0EB
}


.btn{
   display:block;
 
  border-radius: 9%;
  color: white;
  
}


.h-25 {
  height: 150px !important;
  width: 300px !important;
}

.ms-1 {
  margin-left: 0.25rem!important;
  font-size: 25px;
}