/* Add here all your CSS customizations */
 
.endbod{
    border-radius: 4px;
    border:1px dotted #172536;
}
.banst img{
     background-size: cover;

}
.tab h2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  
    color: white;
}
.cent{
    text-align: center;
}

@media screen and (max-width:360px) {
    .ban img{
    width: 100%;
    }

    
    
}
    
    


