        body {
            margin: 0;
            font-family: Arial, sans-serif;
        }
        .banner {
            background-color: rgb(2, 48, 22);
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerourhouse {
            background-color: #4c7c66;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerwoodlandwalk {
            background-color: #6a99b1;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannergoldensands {
            background-color: #865d1f;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerbirchgrove {
            background-color: #8c9896;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerbearkaleidoscope {
            background-color: #f3c6a3;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerthesnug {
            background-color: #d85355;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannertropical {
            background-color: #9b211a;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannercottoncandy {
            background-color: #475b83;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerdevouringmonstera {
            background-color: #695264;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerhorizontalgold {
            background-color: #73552b;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerhorizontalred {
            background-color: #b53738;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannerromanvase {
            background-color: #cd8724;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }  
        .bannerspikeyplants {
            background-color: #11727f;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        .bannertriangularbubbles {
            background-color: #bdd8ce;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }     
        .banner_let_the_dust_settle {
            background-color: #f1c27c;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        
        .bannerdanceacademy {
            background-color: #000000;
            height: 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        
        .menu-bar {
            background-color: #1d053f;
            display: flex;
            padding: 0;
            margin: 0;
            height: 50px;
            align-items: center;
        }
        .menu-bar a {
            color: white;
            text-decoration: none;
            padding: 0 24px;
            font-size: 1.1em;
            line-height: 50px;
            transition: background 0.2s;
        }
        .menu-bar a:hover,
        .menu-bar a.active {
            background-color: #3b315c;
        }

        .portfolio-item img {
                    width: 250px;
                    height: 200px;
                    object-fit: cover;
                    cursor: pointer;
           }
        .side-heading {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 16px;
            color: #1d053f;
            margin-left: 40px;
        }
        .main-text {
            color: #000;
            margin-top: 10px;
            margin-left: 40px;
            line-height: 1.5;
            margin-bottom: 30px;
                }
            /* Ensure the page takes full height and footer stays at the bottom */
            html {
                height: 100%;
            }
            body {
                display: flex;
                flex-direction: column;
                min-height: 100vh;
            }
            .main-content {
                flex: 1 0 auto;
            }
            .footer {
                background-color: rgb(2, 48, 22);
                height: 30px;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 0.9em;
                color: white;
                margin-top: auto;
                padding: 10px 0;
                box-sizing: border-box;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }
