/* google fonts import */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.font-raleway{
    font-family: "Raleway", sans-serif;
}

html{
    scroll-behavior: smooth;
}
/* seat design */
.bus-seat{
    background-color: #0307120D;
    padding: 10px 12px;
    border-radius: 12px;
    text-align: center;
}

.r{
    text-align: center;
    background-color: none;
    padding: 10px 12px;
}