html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
    text-align: center;
    margin: 2rem 0;
    padding: 2rem 0;
}

section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

#demo {
    background-image: url('/assets/img/bg-restaurant.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.list-group-item h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
}

.list-group-item .text-success {
    font-size: 1rem;
}
