:root{
    --teal: #ca0b0b;
    --teal_hover:#8d0702;

}

*{ font-family: 'Poppins', sans-serif;}

    .h-font{font-family: 'Merienda', cursive; }

    Example
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.custom-bg{
  background-color:var(--teal) ;
  border: 1px solid :var(var(--teal)) ;
}

.custom-bg:hover{
  background-color:var(--teal_hover) ;
  border-color: var(--teal_hover) ;
}

.card-img-top1{
  width:100%;
  border-radius: 5%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);

}

.logo-img{
  width:100%;
  border-radius: 3%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);

}


.card1:hover{

transform: scale(1.15);

}

.card1{
  padding:1em ;
  text-align:center;
  border-radius: 1em;
  box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2) ;
  background-color: rgb(255, 255, 253);
  transition: all 0.3s;
}
.card-title1{
  font-weight: bold;
  font-size: 1,5em ;
}

.h_line1{
  width: 150px;
  margin: 0 auto;
  height: 1.7px;
}


.fs{
  font-size: 5rem;
}

.fa{
  font-size: 1.5rem;

}
