        .bg1 {
            background-image: linear-gradient(rgba(31, 41, 55, 0.7), rgba(31, 41, 55, 0.7)), url('../img/bg.jpg');
            background-size: cover;
            background-position: center;
        }

        html {
            scroll-behavior: smooth;
        }