 p {
            font-family: Montserrat, sans-serif;color: rgb(234,234,234);
            text-shadow: 1px 1px 0px rgb(0,0,0);
            backdrop-filter: blur(0px) saturate(0%) sepia(0%);
            padding-left: 0px;
            margin-top: 3px;
            margin-bottom: 3px;
        }
        
        #mainNav {
            padding-top: 10px;
            padding-bottom: 0px;
            border-bottom: 0px;
            background: rgba(0, 0, 0, 0.9);
        }
        
        .nav-link {
            font-family: Montserrat, sans-serif;
            text-align: center;
        }
        .navbar-brand{
            font-family: 'Montserrat Alternates', sans-serif;
        }
        .bg1{
            height: 100%; 
            filter: blur(0px);
            backdrop-filter: blur(0px) sepia(100%);
            background: url(https://shishkovniki.ru/storage/assets/img/bg.jpg) top / cover no-repeat; 
            filter: contrast(115%) saturate(0%);
        }
        .intro-body{
            filter: blur(0px);
            height: 100%;
        }
        .brand-heading{
            font-family: Montserrat, sans-serif;
            text-shadow: 2px 2px 20px rgb(0,0,0);
            font-size: 90px;
        }
        .bg2{ 
	        min-height: 100vh;
            display: flex;
            flex-direction: column;	
	        background: url(https://shishkovniki.ru/storage/assets/img/bg2.jpg) left / cover no-repeat;
	        backdrop-filter: contrast(0%);filter: blur(0px);
	        transform: scale(1) skew(0deg);
	        transform-origin: top; 
	        filter: contrast(115%) saturate(0%);
        }
        h2 {
            font-family: Montserrat, sans-serif;text-shadow: 2px 2px 10px rgb(0,0,0);
        }
        h1 {
            font-family: Montserrat, sans-serif;text-shadow: 2px 2px 10px rgb(0,0,0);
        }
        .withoutbackgroud{
            min-height: 100vh;
            display: flex;
            flex-direction: column;
	        filter: contrast(115%) saturate(0%);
	        background: var(--bs-black);
	        padding-left: 0px;
        }
        a {
            font-weight: bold;
            text-decoration: none;
        }