.heading{
    color: red;
    margin: 10px;
    padding: 10px;
}
#h1-heading{
    color: rgb(64, 34, 92);
    margin-left: 10px;
    /* padding: 10px; */
    margin-top: 40px;
}
.card{
    /* margin-bottom:20px; */
    margin:25px 50px ;
      
    }
#status{
    height: 0.5rem;
    width: 0.5rem;
    background-color: green;
    border-radius: 50%;
}
.row{
    display: flex;
    justify-content: center;
    align-items: center;

}