


.base-text-color{
      color: #0f1b44;
}
.bcg_restaurant {
  
      background-image: url('../img/bcg-waves.svg');
      background-size: cover;
    
      background-position: center;
      background-repeat: no-repeat;

}

body.modal-open {
    overflow: hidden;
}

html {
  scroll-behavior: smooth;
}
.container{
      padding-left: 1rem;
      padding-right: 1rem;
}