@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.bg-light {
  background-color: #fff !important;
}  
.index_container{
    min-height: 82svh;
}
.dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    line-height: 52px;
    font-size: 28px;
}
.event_items{
    /* border-bottom:1px solid grey ; */
    padding: 10px 0px;
}
.date-day{
    font-size: 27px;
    font-weight: 700;
    line-height: 18px;
}
main{
    min-height: 82svh;
    width: 100%;
    
}
footer{
    background-color: #f8f9fa;
    /* color: white; */
    text-align: center;
    padding: 10px;
    margin-top:50px;
}