        html, body {
            height: 100%;
            margin: 0;
        }

        .content-wrapper {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        .navbar {
            position: sticky;
            top: 0;
            z-index: 1030;
        }

        .main-content {
            flex: 1;
        }

        .footer {
            background-color: #181818;
            color: white;
            text-align: center;
            padding: 1rem 0;
            border-top: 1px solid #dddddd00;
        }