.navbar .court-link{
     font-weight:bold;
}

.package{


     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;

    
}

.package-container{

     width:22em;
     height: 26em;
     box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}


.package img{
     width: 100%;
     object-fit: cover;
     height: 17em;
}

.fs-6{
     font-size: 18px;
     font-weight: bold;
}

table{
     width: 100%;
     border-collapse: collapse;

}

table tr {
     border-bottom: 1px solid rgba(0,0,0,0.3);
     width: 50%;
} 

table tr td, table tr th{
     padding:20px;
     text-align: center;
}