        html, body {
            text-align: center;
            font-family: Arial, sans-serif;
            background-image: url("https://sheelush.neocities.org/Images/6268187da16289594b51cad738fef847.jpg");
        }

        #container {
            max-width: 600px;
            background-color: #709BFF;
            border: 1px solid #709BFF;

            margin-left: 350px;
            margin-right: auto;
            padding: 10px;

        }

        .banner {
            /*background-image: url("https://sheelush.neocities.org/Images/webSiteTop.png");*/
            background-color: #e3dfaa;
            height: 220px;
            width: 100%;
            max-width: 600px;
            margin: auto;
            background-size: cover;
            background-position: center;
            border-radius: 5px;
            border: 1px solid hotpink;
        }

        /*For the stamp thingie :P*/
        .banner-scroll {
            width: 100%;
            height: 80px;
            padding: 10px;
            background-color: #000000;
            border: 2px solid #000000;
        }
        
         /*Updates log*/
        .banner-mini {
            width: 100%;
            max-width: 600px;
            padding: 10px;
            display: flex;
            align-items: center;
            gap: 20px;
            margin: 10px auto;
            border-radius: 5px;
            background-color: #ffffff;
        }

        .update-icon {
            width: 150px;
            flex-shrink: 0;
        }

        .updates {
            flex: 1;
            height: 120px;
            overflow-y: scroll;
            overflow-x: hidden;
        }

        /*The actual box the updates are in*/
        .updates-bar {
            width: 400px;
            background: #e3c8c8;
            border: 2px solid #854040;
            padding: 10px;
            color: white;
            font-size: 14px;
            /*overflow-y: auto;*/
            max-height: 150px;
        }

        .updates-bar h3 {
            margin-top: 0;
            font-size: 16px;
            border-bottom: 1px solid #571313;
            padding-bottom: 5px;
        }

        .updates-bar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .updates-bar li {
            margin-bottom: 6px;
        }

        /*navigation bar start*/
        .navbar {

            position: fixed;
            left: 100px;
            top: 150px;

            width: 200px;
            background-color: #ffffff;
            padding: 15px;
            border-radius: 5px;

        }

        .nav-title {
            font-weight: bold;
            text-align: center;
            margin-bottom: 30px;
        }

        .navbar ul {
            list-style: none;
            margin: 0;
            padding: 10px 0 10px 20px;

        }

        .navbar li {
            border: 1px solid #e3e1d1;
            margin-bottom: 10px;

        }

        .navbar a {
            display: block;
            padding: 8px 16px;
            border-radius: 5px;
            text-decoration: none;
            background-color: #d1a1a9;
            color: #f0eedd;
            transition: 0.3s;
        }

        .navbar a:hover {
            background-color: #f7ebed;
            color: #fff;
        }

        /*navigation bar end*/

        h1 {
            margin-top: 20px;
            color: white;
        }

        p {
            margin: 10px 0;
            color: black;
        }

        img {
            margin-top: 10px;
            max-width: 100%;
        }

        .content-row {
            display: flex;
            gap: 12px;
            margin: 20px auto;
        }

        /* Square profile box */
        .profile-box {
            width: 200px;
            aspect-ratio: 1 / 1;
            background: white;
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 10px;
        }

        /* Right Welcome text */
        .blog-box {
            flex: 1;
            background: white;
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
            border-radius: 10px;
        }

        .extras {
               display: flex;
            background-color: #f7ebed;

        }

        .banner3 {
            flex:1px;
            width: 200px;
            background-color: #eba7a7;
            border: 1px solid #ccc;
        }