            /* MAIN */

            .windowbottomnumbah2 {
                flex: 1;
                height: 100%;
                padding: 10px;
                justify-content: space-evenly;
            }
            .windowbottomnumbah2 p {
                color: rgb(255, 204, 0);
                font-style: italic;
                text-align: left;
                margin: 2px;
            }
            .banner {
                height: 100px;
                border: 2px black solid;
                background: url(/images/mainbanner.png);
            }
            .windowtoppy {
                margin: 0;
                padding-left: 10px;
                letter-spacing: -1px;
                font-size: 16px;
            }
            .windowtopp {
                text-align: left;
                width: 100%;
                height: 40px;
                background: url(/Borders/slants.png);
                display: flex;
                flex-direction: row;
                justify-content: left;
                align-items: center;
            }

            /* SIDEBAR */
            
            .sidebar {
            position: fixed;
            left: 0;
            bottom: 0;
            top: 90px;
            background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgb(0, 15, 15) 100%);
            color: white;
            width: 125px;
            border-width: 1px;
            border-style: solid;
            border-right-color: #47e7df;
            border-left-color: rgb(0, 0, 0);
            border-top-color: black;
            border-bottom-color: black;
            }

            .sidebar-link {
                margin-bottom: 5px;
                height: 125px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            #side1 {
                background: linear-gradient(90deg,rgba(255, 42, 0, 0) 0%, rgba(255, 42, 0, 0.25) 99%, rgba(255, 42, 0, 1) 99%);
            }

            #side2 {
                background: linear-gradient(90deg,rgba(255, 153, 0, 0) 0%, rgba(255, 153, 0, 0.25) 99%, rgba(255, 153, 0, 1) 99%);
            }

            #side3 {
                background: linear-gradient(90deg,rgba(0, 237, 32, 0) 0%, rgba(0, 237, 32, 0.25) 99%, rgba(0, 237, 32, 1) 99%);
            }

            #side4 {
                background: linear-gradient(90deg,rgba(0, 237, 233, 0) 0%, rgba(0, 237, 233, 0.25) 99%, rgba(0, 237, 233, 1) 99%);
            }

            #side5 {
                background: linear-gradient(90deg,rgba(118, 84, 213, 0) 0%, rgba(118, 84, 213, 0.25) 99%, rgba(118, 84, 213, 1) 99%);
            }

            #side6 {
                background: linear-gradient(90deg,rgba(223, 92, 237, 0) 0%, rgba(223, 92, 237, 0.25) 99%, rgba(223, 92, 237, 1) 99%);
            }

            .sidebar-link:hover {
                cursor: pointer;
            }

            .sidebar-link img {
                height: 90px;
                transition: 0.1s;
            }

            .sidebar-link img:hover {
                height: 95px;
                transition: 0.1s;
            }

            .sidebar-link div {
                margin-top: 5px;        
                display: inline-block;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
            }

            .sidebar-link div:hover {
                text-decoration: underline;
            }


            .sidebar-link-actuallink {
                text-align: center;
            }


            .maintitle {
                margin-bottom: 4px;
                color: rgb(255, 255, 255);
                letter-spacing: -1px;
            }

            .smalltextthing {
                text-align: center;
                padding: 15px;
                padding-top: 5px;
                font-size: 13px;
                color: #3e9eaf;
            }

            /* HEADER */

            .header {
            height: 90px;
            display: flex;
            flex-direction: row;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 10;
            }   

            .citybg {
            height: 90px;
            display: flex;
            flex-direction: row;
            position: fixed;
            z-index: 2;
            top: 0;
            left: 0;
            right: 0;
            background: url(/themes/sidebar/general/city.png.png) top center repeat-x;
            }

            .sky {
            height: 90px;
            display: flex;
            flex-direction: row;
            position: fixed;
            z-index: 0;
            top: 0;
            left: 0;
            right: 0;
            background: url(/themes/sidebar/socialssky.png) top center repeat-x;
            }

            .sun {
            position: absolute;
            display: flex;
            height: 140%;
            top: -20px;
            right: 100px;
            flex: 1;
            z-index: 1;
            }

            .logo {
            position: absolute;
            width: 550px;
            top: 9px;
            left: 15px;
            z-index: 3;
            }

            .grad-thing {
            display: flex;
            background: url(/themes/sidebar/general/grad.png) top center repeat-x;
            position: fixed;
            left: 125px;
            top: 115px;
            right: 0px;
            height: 75px;
            }

            .newsdiv {
            display: flex;
            position: fixed;
            flex-direction: row;
            background-color: rgb(0, 0, 0);
            left: 125px;
            right: 0;
            top: 90px;
            flex: 1;
            margin: 0;
            height: 25px;
            color: white;
            }

            .newsdiv2 {
                border-width: 1px;
                padding-top: 3px;
                border-color: rgb(0, 0, 0);
                border-style: solid;
                width: 150px;
                text-align: center;
            }

            .info {
                border-color: rgb(0, 0, 0);
                border-width: 1px;
                border-style: solid;
                padding-top: 3px;
                padding-left: 5px;
                flex: 1;
            }

            /* GENERAL */

            p {
                font-family: Arial, Helvetica, sans-serif;
            }

            a {
                color: rgb(255, 81, 0);
            }

            a:hover {
                color: rgb(255, 204, 0);
            }


            .hello {
                padding-top: 50px;
                position: initial;
            }

            .line {
                flex: 1;
                height: 3px;
                background: url(/images/line.png) 5px repeat-x;
                margin-top: 5px;
                margin-bottom: 5px;
            }

            .linevert {
                flex: 1;
                width: 3px;
                background: url(/images/line.png) 5px repeat-y;
                margin-top: 5px;
                margin-bottom: 5px;
            }

            body {
                font-family: Arial, Helvetica, sans-serif;
                background-image: url(/themes/socialsprettystars.png);
                background-repeat: no-repeat;
                background-position: center;
                background-attachment: fixed;
                background-repeat: repeat-x;
                background-size: cover;
                scrollbar-color: rgba(0, 0, 0, 0.466) rgba(255, 166, 0, 0);
                scrollbar-width: thin;
                padding-left: 117px;
                padding-top: 92px;
                margin: 0;
                font-size: 90%;
                font-family: Arial, Helvetica, sans-serif;
                color: #000000;
            }

            .containthingies {
                background: url(/Borders/bg.png) repeat-y top center;
            }

            .window {
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background-color: white;
                display: flex;
                flex-direction: column;
                width: fit-content;
                max-width: 750px;
                border: solid transparent 15px;
                border-image: url(/Borders/bordertest2.png) 10 round;
                margin: auto;
                margin-top: 2px;
                margin-bottom: 2px;
                background: #25272d;
                color: white;
            }

            .glossarywindow {
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background-color: white;
                display: flex;
                flex-direction: column;
                width: 15%;
                border: solid transparent 15px;
                border-image: url(/Borders/bordertest2.png) 10 round;
                margin-top: 2px;
                margin-bottom: 2px;
                background: #25272d;
                color: white;
                position: fixed;
                top: 200px;
                left: 11%;
                right: 0;
                z-index: 0;
            }

            a {
                text-decoration: none;
            }

            .windowtop {
                text-align: left;
                width: 100%;
                height: 40px;
                background: url(/Borders/slants.png);
                display: flex;
                flex-direction: row;
                justify-content: left;
                align-items: center;
                z-index: 1;
            }

            .windowbottom {
                text-align: center;
                flex: 1;
                height: 100%;
                padding: 10px;
                z-index: 1;
            }

            .windowbottom p {
                margin: 0;
            }

            .windowtop p {
                margin: 0;
                padding-left: 10px;
                font-size: 20px;
                letter-spacing: -1px;
                color: rgb(255, 204, 0);
                font-weight: bold;
            }

            .windowbottom p {
                padding: 5px;
            }
            .containborder {
                    display: flex;
                    flex-direction: column;
                    width: fit-content;
                    max-width: 750px;
                    margin: auto;
                    margin-top: 0;
                    margin-bottom: 0;
            }

            .window2 {
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background-color: white;
                display: flex;
                flex-direction: column;
                width: fit-content;
                max-width: 500px;
                border: solid transparent 15px;
                border-image: url(/Borders/bordertest2.png) 10 round;
                margin-right: 2px;
                margin-top: 2px;
                margin-bottom: 2px;
                background: #25272d;
                color: white;
            }

            .window3 {
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background-color: white;
                display: flex;
                flex-direction: column;
                width: fit-content;
                width: 300px;
                border: solid transparent 15px;
                border-image: url(/Borders/bordertest2.png) 10 round;
                margin-left: 2px;
                margin-top: 2px;
                margin-bottom: 2px;
                background: #25272d;
                color: white;
            }

            .doublecontain {
                display: flex;
            }

            .windowinvis {
                display: flex;
                flex-direction: column;
                width: fit-content;
                max-width: 750px;
                border: solid transparent 15px;
                margin: auto;
                margin-top: 2px;
                margin-bottom: 2px;
                color: white;
            }

            .highlight1 {
                display: block;
                background: linear-gradient(90deg,rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
            }

            .highlight1:hover {
                background: linear-gradient(90deg,rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0.2) 100%);
            }

            .highlight1 a {
                display: flex;
                color: white;
            }

            .highlight2 {
                display: block;
                background: linear-gradient(90deg,rgba(255, 123, 0, 0.5) 0%, rgba(255, 123, 0, 0) 100%);
            }

            .highlight2:hover {
                background: linear-gradient(90deg,rgba(255, 123, 0, 0.5) 0%, rgba(255, 123, 0, 0.2) 100%);
            }

            .highlight2 a {
                display: flex;
                color: white;
            }

            .highlight3 {
                display: block;
                background: linear-gradient(90deg,rgba(255, 251, 0, 0.5) 0%, rgba(255, 217, 0, 0) 100%);
            }

            .highlight3:hover {
                background: linear-gradient(90deg,rgba(255, 251, 0, 0.5) 0%, rgba(255, 217, 0, 0.2) 100%);
            }

            .highlight3 a {
                display: flex;
                color: white;
            }