body{
/*    margin-top:20px; */
}
a {
    text-decoration:none;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}

.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.bg-green {
  background-color: #29bb0c;
}

.bg-orange {
  background-color: #ffa200;
}
