            :root {
                --header-image: url('https://sadhost.neocities.org/images/layouts/wp.jpeg');
                --body-bg-image: url('https://sadhost.neocities.org/images/tiles/purplesky.gif');

                /* colors */
                --content: #43256E;
            }
            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background: url(https://foollovers.com/mat/frill03/i06-bg-frill.gif);
    background-color: #fff;
    background-repeat: repeat;
    color: #24143e;
}

* {
    box-sizing: border-box;
}
#container {
    max-width: 900px;
/* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
    margin: 0 auto;
}

#container a {
    color: #9b78d3;
    font-weight: bold;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }
.flex-container{
    display: flex;
    justify-content: center;
}
#header {
    width: 100%;
    background-color: #5e4e8c;
    background-image: url(https://i.pinimg.com/1200x/51/92/84/519284e74005b61bff6cb69c3bb4c119.jpg);
    border-radius: 10px;
    border: 5px groove #bfa4ea;
    height: 120px;
}

            /* navigation section!! */
.tab {
    float:left;
    width: auto;
}
.tab button, .dropdown-btn {
    border-bottom: 1px solid rgba(94, 78, 140, 0.35);
    border-left:0;
    border-right: 0;
    border-top: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    width: 170px;
    margin-bottom: 1px;
    color: #5e4e8c;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
}
.tab button:hover {
    background-color: rgba(187, 187, 187, 0.19);
    color: #9884d1;
    transition: 0.6s;
}
.tabcontent {
  padding: 0;
}
.dropdown-container {
    border:0;
    background-color: rgba(155, 120, 211, 0.19);
}

#flex {
    display: flex;
    border: 5px groove #bfa4ea;
    border-radius: 10px;
    padding:15px;
    background: url(https://foollovers.com/mat/drop/k09-bg-raindrop.gif);
    margin-bottom:20px;
}
aside {
    background-color: #f5eaff;
    width: 200px;
    padding: 15px;
    border: 1px solid #bfa4ea;
    border-radius: 10px;
    font-size: smaller;
}
main {
    background-color: #fdfbff;
    flex: 1;
    padding: 60px 10px 60px 10px;
    order: 2;
    border: 1px solid #bfa4ea;
    border-radius: 10px;
    height: 600px;
    background-image: url(https://foollovers.com/mat/frill02/o04-bg-frill.gif),
        url(https://file.garden/aCQMgQ2lnVG68o-z/o04-bg-frill.gif);
    background-position:
        top left,
        bottom left;
    background-repeat: repeat-x, repeat-x;
}
.inmain {
    height: 435px;
    margin: 20px 5px 5px 5px;
    overflow: auto;
    scrollbar-width: thin;
}
*/ #leftSidebar {
    order: 1;
}
#rightSidebar {
    order: 3;
}
h1,
h2,
h3 {
    color: #9b78d3;
}

h1 {
    font-size: 25px;
}
h3 {
    margin:5px 0 5px 0;
}
.txt{
    font-size: 25px;
    filter: drop-shadow(1px 1px 0 #bfa4ea) drop-shadow(-1px 1px 0 #bfa4ea) drop-shadow(0 -1px 0 #bfa4ea) drop-shadow(1px 0 #bfa4ea);
    border-bottom: 1px solid #fff;
    margin: 0;
    text-align: left;
    color: #ffffff;
}
.txt2{
    font-size: 25px;
    filter: drop-shadow(1px 1px 0 #9b78d3) drop-shadow(-1px 1px 0 #9b78d3) drop-shadow(0 -1px 0 #9b78d3) drop-shadow(1px 0 #9b78d3);
    border-bottom: 1px solid #fff;
    margin: 0;
    text-align: left;
    color: #ffffff;
}
.box1{
    background: url(https://foollovers.com/mat/plaid/x10-bg-checked.gif);
    border-radius:10px;
    margin:10px 6px 10px;
    padding:9px;
    width:auto;
}
.box1-inner{
    background:#fff;
    border-radius:10px;
    padding:11px;
}
.box2 {
    background: url(https://foollovers.com/mat/plaid/x10-bg-checked.gif);
    border-radius:10px;
    margin:10px 6px 10px;
    padding:9px;
    width:auto;
    max-height: 600px;
}
.box2-inner{
    background:#fff;
    border-radius:10px;
    padding:11px;
    height:580px;
    overflow: auto;
    scrollbar-width: thin;
}
#topBar {
    width: 100%;
    height: 30px;
    padding: 5px;
    font-size: smaller;
    background-color: rgba(253, 251, 255, 0);
            }

@media only screen and (max-width: 800px) {
    #flex {
        flex-wrap: wrap;
    }
    aside {
        width: 100%;
    }
    main {
        order: 1;
    }
    #leftSidebar {
        order: 2;
    }
    #rightSidebar {
        order: 3;
    }
    #navbar ul {
        flex-wrap: wrap;
    }
}