body{
    font-family: century gothic,sans-serif;
}
.card1:hover {
  background:#00ffb6;
  border:1px solid #00ffb6;
}

.card1:hover .list-group-item{
  background:#00ffb6 !important
}
.card2:hover {
  background:#00C9FF;
  border:1px solid #00C9FF;
}

.card2:hover .list-group-item{
  background:#00C9FF !important
}


.card3:hover {
  background:#ff95e9;
  border:1px solid #ff95e9;
}

.card3:hover .list-group-item{
  background:#ff95e9 !important
}


.card:hover .btn-outline-dark{
  color:white;
  background:#212529;
}
#rowed{
    margin-top: 0px;
}
#heading{
    margin-top: 40px;
}
/* #ht{
    margin-left: 300px;
    margin-right: 300px;
} */
#tab{
    margin-left: auto;
    margin-right: auto;
}
#back{
  background-color:white;
  border: 0.1px black solid;
  position: fixed;
  margin-left: 30px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 6px;
  text-decoration: none;
  color: black;
}
#back:hover{
  background-color:black;
  color:white;
}