       body {
		    background-image: url(../img/bg.jpg);
		    background-size: 100% auto;
            background-color: #070813;
            background-repeat: no-repeat;
            background-position: right 50px;
            font-family: Inter, sans-serif;
            margin: 0;
            padding: 0;
            color: #fffffe;
        }
		
        .logo {
            margin: 38px 0 20px 0;
			text-align: left;
        }	

        .logo img {
            height: 36px;	
        }	

        .container {
            width: 90%;
            margin: 0 auto;
            max-width: 1200px;
            text-align: center;
        }		

        h1 {
		    font-family: Montserrat, sans-serif;
            font-size: 30px;
            margin: 0 0 20px;
            color: #fffffe;
			text-align: left;
			font-weight: 700;
			line-height: 130%;

        }
		
        h1 img{
		    height: 28px;
        }		

        h2 {
		    font-family: Montserrat, sans-serif;
            font-size: 1.5rem;
			font-weight: 700;
            margin: 20px 0 14px;
            color: #FFF;
			text-align: left;
        }

        .card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .card {
            position: relative;
            background-color: black;
			font-family: Montserrat, sans-serif;
            border-radius: 14px;
            margin: 10px;
            width: calc(25% - 20px);
            min-width: 280px;
            overflow: hidden;
			transition: transform 0.15s ease-out;
        }
		
		.card:hover {
		    transform: scale(1.04)
		}

        .card img {
            width: 100%;
            border-radius: 14px;
        }

        .card-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px;
        }

        .card-button-link {
		    text-decoration: none;	
		}

        .card button {
            background-image: linear-gradient(135deg,#ffde8b,#ffb762 80%);		
            box-shadow: 0 0 #0000,
	                    0 0 #0000,
	                    0px 0px 40px 3px rgba(255,170,43,.2),
				        1.5px 1.5px 0px 0px hsla(0,0%,100%,.6) inset;
            border-radius: 14px;
            cursor: pointer;
            border: none;		
            display: block;
            width: 100%;
			position: relative;
            padding: 13px;
			font-family: Montserrat, sans-serif;
            font-size: 20px;
			font-weight: 800;
			color: #59380A;
            cursor: pointer;
            margin-top: 10px;
        }
		
        .card button:hover {
            background-image: linear-gradient(135deg,#ffe7ae,#ffb762 80%); 
        }   		
		
        .card-casino {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 5px 10px;
            border-radius: 7px;
            font-size: 18px;
			font-weight: 500;
        }

        .card-wb-bonus {
		    font-size: 24px;
            font-weight: 800;
			line-height: 120%;
			letter-spacing: -0.02em;
			text-align: left;
			padding-bottom: 5px;
        }

		
        .card-ndb-bonus {
		    font-size: 24px;
            font-weight: 800;
			letter-spacing: -0.02em;			
			text-align: left;
			padding-bottom: 2px;
        }		

        .card-slot {
		    font-size: 18px;
            font-weight: 700;
			letter-spacing: -0.02em;			
			text-align: left;
			padding-bottom: 4px;						
        }	

        .card-code {
		    font-size: 18px;
            font-weight: 500;
			text-align: center;
        }			
		
		.footer {
		    opacity: 0.6;
			font-size: 16px;
            margin-bottom: 26px;						
		}

        @media (max-width: 480px) {
			.logo {
				margin: 28px 0 12px 0;
			}            
			
			.logo img{
                height: 32px;	
            }				
			h1 {
				font-size: 22px;
			}     

            h1 img{
		        height: 20px;
            }
						
			h2 {
				font-size: 20px;
			}

			.footer {
				font-size: 14px;
			}
			
			.footer img {
				height: 40px;
			} 			
		}			