            :root {
                --header-image: url('headertext.png');
                --body-bg-image: url('pastelghosts.png');
                --content: #43256E;
                cursor: url('starcursor.gif'), auto;
            }

            body {
                font-family: monospace, Courier,'Courier New', 'ambitsek';
                font-size: 14px;
                margin: 0;
                background-color: #08031A;
                background-size: 120px;
                color: #fceaff;
                background-image: var(--body-bg-image);
                overflow-y: scroll;
            }

            /*SCROLLBAR*/

            ::-webkit-scrollbar {
                width: 10px;
            }

            ::-webkit-scrollbar-track {
                background: #f1f1f1; 
            }
                
            ::-webkit-scrollbar-thumb {
                background: #c07cff; 
            }

            ::-webkit-scrollbar-thumb:hover {
                background: #623f83; 
            } 

            /*BARVY A TEXT*/

            h1,
            h2 {
                color: #ED64F5;
                font-family: 'ambitsek';

            }

            h3 {
                color:rgb(255, 255, 255);
            }

            h1 {
                font-size: 20px;
            }

            h2 {
                font-size: 16px;
            }

            strong {
                color: #ED64F5;
            }

            .centered-text {
                text-align: center;
            }

            /*HLAVNÍ LAYOUT*/
            
            #container {
                max-width: 1000px;
                margin: 0 auto;
                overflow: none;

            }

            #container a {
                color: #ED64F5;
                font-weight: bold;
            }

            #header {
                width: 105%;
                background-color: transparent;
                height: 150px;
                margin: 0px 10px 50px 10px;
                background-image: var(--header-image);
                background-size: 90%;
                background-repeat:no-repeat;
            }

            * {
                box-sizing: border-box;
            }

            main {
                background-color: #43256E;
                border-radius: 25px;
                border:2px dashed #ED64F5;
                flex: 1;
                padding: 20px;
                order: 2;
                margin-right: 0;
                overflow-y: auto;
                overflow-x: hidden;
                -ms-overflow-style: none;  /* IE and Edge */
                scrollbar-width: none;  /* Firefox */            
            }

            aside {
                text-align: center;
                }

            */ #leftSidebar {
                order: 1;
            }

            footer {
                background-color: #13092D;
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: center;
            }

            aside {
                background-color: #241445;
                border: 2px #ED64F5 dashed;
                border-radius: 25px;
                width: 300px;
                padding: 20px;
                font-size: 13px;
            }

            .center {
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

            hr.new {
                border: 1px solid #f9bbff;
                border-radius: 25px;
                margin: 10px;
            }

            /* NAVIGAČNÍ LIŠTA */
            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #13092D;
            }

            #navbar {
                height: 40px;
                background-color: #13092D;
                font-family: 'ambitsek';
                font-size: 12px;
                width: 100%;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding-top: 10px;
            }

            #navbar li a {
                color: #ED64F5;
                font-weight: 50px;
                text-decoration: none;
            }

            #navbar li a:hover {
                color: white;
                text-decoration: underline;
            }

            #flex {
                display: flex;
            }
            
            .dropdown {
                position: relative;
                display: inline-block;
            }

            .dropdown-content {
                display: none;
                position: absolute;
                background-color: #241445;
                min-width: 160px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
                z-index: 1;
                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
                border: 1px solid #ED64F5;
                padding: 0;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.3s ease;
                flex-direction: column;
            }

            .dropdown-content li {
                padding: 10px;
                list-style: none;
            }

            .dropdown-content a {
                color: #ED64F5;
                padding: 12px 16px;
                text-decoration: none;
                display: block;
            }

            .dropdown-content li a:hover {
                background-color: #13092D;
                color: #a49cba;
            }

            .dropdown:hover .dropdown-content {
                display: block;
                opacity: 1;
                visibility: visible;
            }

            /*CUSTOM FONT*/

            @font-face {
                font-family: Ambitsek;
                src: url('ambitsek.ttf');
            }

            @font-face {
                font-family: Ambitsek;
                src: url('ambitsek.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Ambitsek;
                src: url('ambitsek.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Ambitsek;
                src: url('ambitsek.ttf');
                font-style: italic;
                font-weight: bold;
            }

            /* MEDIA QUERY */

            @media only screen and (max-width: 900px) {
            #flex {
                flex-wrap: wrap;
                }

            aside {
                width: 100%;
                }

            main {
                order: 1;
                }

            #leftSidebar {
                order: 2;
                }

            #navbar ul {
                flex-wrap: wrap;
                }
            }

            /*VYHLEDÁVAČ*/

            .topnav .search-container {
                float: right;
            }

            .topnav input[type=text] {
                padding: 6px;
                margin-top: 8px;
                font-size: 16px;
                border: none
            }

            .topnav .search-container button {
                float: right;
                padding: 6px 8px;
                margin-top: 8px;
                margin-bottom: 10px;
                margin-right: 16px;
                background: #dd93ff;
                font-size: 16px;
                border: none;
                cursor: pointer;
            }

            .topnav .search-container button:hover {
                background: #ccc;
            }

            @media screen and (max-width: 600px) {
            .topnav .search-container {
                float: none;
            }
            .topnav a, .topnav input[type=text], .topnav .search-container button {
                float: none;
                display: block;
                text-align: left;
                width: 100%;
                margin: 0;
                padding: 14px;
            }
            .topnav input[type=text] {
                border: 1px solid #ccc;  
            }
            }

            /*SIDEBAR*/

            .sidebar-image {
                transition: transform 0.25s ease-out;
            }

            .sidebar-image:hover {
                transform: scale(1.05);
            }

            .sidebar-image:active {
                transform: scale(0.95);
            }  

            .linkback-box {
                width: 180px;
                padding: 10px;
                margin: 0 auto;
                background-color: #13092D;
                border: 1px dashed #ED64F5;
                color: #fceaff;
                font-family: monospace;
                text-align: center;
            }

            .linkback-title {
                font-size: 14px;
                margin-bottom: 5px;
            }

            .sparkle {
                color: #FFCCE8;
            }

            .linkback-button {
                image-rendering: pixelated;
                margin-bottom: 8px;
            }

            .linkback-box textarea {
                width: 100%;
                height: 55px;
                background-color: #08031A;
                color: #FFCCE8;
                border: 1px solid #ED64F5;
                font-family: monospace;
                font-size: 10px;
                resize: none;
                padding: 4px;
                cursor: pointer;
            }            

            .linkback-button:hover {
                filter: brightness(1.2);
            }

            .buttons {
                position: relative;
                display: inline-block;
            }

                        .marquee {
                overflow: hidden;
                width: 100%;
                }

            .track {
                display: flex;
                gap: 8px;
                width: max-content;
                animation: scroll 25s linear infinite;
                }

            @keyframes scroll {
                from {
                    transform: translateX(0);
                }
                to {
                    transform: translateX(-50%);
                }
                }
                
            .sites-box {
                width: 250px;
                margin: 0 auto;
                padding: 15px 10px 15px 10px;
                background-color: #13092D;
                border: 1px dashed #ED64F5;
                border-radius: 25px;
                color: #fceaff;
                font-family: monospace;
                text-align: center;
            }
            .time-box {
                width: 180px;
                padding: 10px;
                margin: 15px auto;
                background-color: #13092D;
                border: 1px dashed #ED64F5;
                color: #fceaff;
                font-family: monospace;
                text-align: center;
            }

            .time-title {
                font-size: 13px;
                margin-bottom: 6px;
                color: #FFCCE8;
            }

            .webbutton {
                image-rendering: pixelated;
                transition: transform 0.25s ease-out;
            }

            .webbutton:hover {
                transform: scale(1.05);
            }

            .webbutton:active {
                transform: scale(0.95);
            }

            marquee img {
                vertical-align: middle;
            }
            .tooltip {
                position: relative;
                display: inline-block;
            }

            .tooltiptext {
                visibility: hidden;
                background-color: #333;
                color: #fff;
                text-align: center;
                border-radius: 4px;
                padding: 5px 8px;
                position: absolute;
                z-index: 1;
                bottom: 120%; /* posun nad ikonku */
                left: 50%;
                transform: translateX(-50%);
                opacity: 0;
                transition: opacity 0.3s;
                white-space: nowrap;
            }

            .tooltip:hover .tooltiptext {
                visibility: visible;
                opacity: 1;
            }

            .social-media {
                width:45px;
            }

            #statuscafe {
                padding: .5em;
                background-color: #13092D;
                border: 1px dashed #ED64F5;
                color: #fceaff;
                font-family: monospace;
            }

            #statuscafe-username {
                margin-bottom: .5em;
            }

            #statuscafe-content {
                margin: 0 1em 0.5em 1em;
            }

            .meme {
                width: 200px;
                margin: 10px;
            }

            /*HLAVNÍ KONTAJNER*/

            .progress {
                display: flex; /* enables flexbox layout */
                flex-wrap: wrap; /* allows boxes to move to next line on smaller screens */
                justify-content: center;
                gap: 10px; /* space between the boxes */
                padding: 15px; /* optional container padding */
                max-width: 700px; /* constrain width */
                margin: 0 auto; /* center horizontally */
            }

            .half {
                flex: 0 0 45%;
                min-height: 200px;
                max-height: 300px;
                padding: 15px;
                border: 2px dotted #ED64F5;
                border-radius: 10px;
                background: rgba(0, 0, 0, 0.5);
                overflow-y: auto;
                overflow-x: hidden;
                -ms-overflow-style: none;  /* IE and Edge */
                scrollbar-width: none;  /* Firefox */
            }

            .half::-webkit-scrollbar {
                display: none;                
            }

            .half ul {
                padding-left: 0;
            }

            .half li {
                list-style-position: inside;
                margin-bottom: 10px;
            }

            .progress1 {
                flex: 0 0 35%;
                min-height: 200px;
                max-height: 300px;
                padding: 15px;
                background: rgba(0, 0, 0, 0.5);
                overflow-y: auto;
            }

            .progress2 {
                flex: 0 0 60%; 
                min-height: 200px;
                max-height: 300px;
                padding: 15px;
                background: rgba(0, 0, 0, 0.5);
                overflow-y: auto;
                overflow-x: hidden;
            }
                            
            .divider-bar {
                display: block;
                margin-left: auto;
                margin-right: auto;
                pointer-events: none;
            }

            .to-do {
                list-style-type: circle;
            }

            /*MIMO KONTEJNERY*/

            .bunny {
                position: absolute;
                width: 150px;
                right: 400px;
                bottom: -920px;
            }

            .page-doll {
                position: fixed;   
                bottom: 5px;     
                right: 20px;       
                width: 150px;            
                z-index: 9999;       
                image-rendering: auto;
            }

            .mascot {
                position: absolute;
                width: 14%;
                margin-left: 850px;
                margin-top: 5px;
                pointer-events: none;
                image-rendering: auto;
            }

            .patche {
                position: absolute;     
                bottom: 600px;        
                left: 310px;          
                width: 200px;           
                z-index: 999;           
                image-rendering: auto;
            }

            .patche
            .mascot
            .page-doll
            .bunny {
                pointer-events: none;
            }