main {
    padding-top: 5rem;
    padding-bottom: 2rem;
}
.navbar{
	background-color: #1d262f ;
}

 .card-body {
      border-bottom-left-radius: inherit !important;
      border-bottom-right-radius: inherit !important;
    }

.card-footer{
	background-color:none;
}

.list-group-item{
    background:none;
    }
    
.program-img{
    height: 250px;
   /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    
}

.btn.btn-lg {
    border-radius: 10px;
}

#cardProgramUser,.program-img {
    border-radius: 10px;
    }
