:root {
    --header-image: url('https://file.garden/aTe3-nzmBnCg8u4i/titles%20and%20images/264ee59776119b56c0418d74cc9d1d15.gif');
    --body-bg-image: url('https://file.garden/aTe3-nzmBnCg8u4i/titles%20and%20images/background.gif');
    --content: #43256E;
--shadow: #00000036;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'PixelOperator';
    src: url('PixelOperator.ttf');
}

body {
    font-family: 'PixelOperator', Sans-Serif;
    margin: 0;
    background-color: #FFF;
    background-size: 990px;
    color: #fceaff;
    background-image: var(--body-bg-image);
}

.tamanotchitext {
    color: #000;
    font-family: 'PixelOperator', Sans-Serif;
    text-align:center;
}
.burgeremoji {
	align-self:center;
	justify-content:center;
	text-align:center;
}
.tamanotchistar {
	align-self:center;
	justify-content:center;
	text-align:center;
}
.logo {
    position: absolute;
    z-index: 6;
    width: 380px;
    height: 120px;
    margin-left: 270px;
    margin-top: 60px;
    filter: drop-shadow(5px 0px 0px #FFF) drop-shadow(-5px 0px 0px #FFF) drop-shadow(0px 5px 0px #FFF) drop-shadow(0px -5px 0px #FFF);
}
    .logo { 
top: 0;
animation: pulse 5s ease infinite;
}
.sitestats {
	color: #000;
}

@keyframes pulse {
  0% {
    transform: scale(1); 
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1); 
  }
}
#imood {
position: relative;
    top: -245px;
    left: 245px;
    border: 1px solid black;
    width: fit-content;
    margin-bottom: -10px;
    padding: 2px;
    background: #FFF;
    box-shadow: inset 0px -10px 0px 0px #f78419, inset 0px 0px 0px 2px #f0f719, 0px 3px 0px 0px #00000036;
    height:22px;
}
#statusbubble {
    width: 250px;
    height: 70px;
    padding: 10px;
    position: relative;
    left: 10px;
    bottom: 83px;
    border: solid black 1px;
    border-radius: 10px;
    background-color: white;
    margin-bottom: -90px;
    color:#000;
    z-index:10; 
}
#statusbubble::after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -11px;
    left: 190px;
    transform: rotate(315deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
    content: '';
    
}
#statuscafe-username {
    font-family: "PixelOperator", sans-serif;
    font-size: 9pt;
    margin-bottom: 5px;
}
#container {
    max-width: 900px;
    margin: 0 auto;
}
 	lastfm-tracks {
  box-sizing: border-box;
  border: 1px solid #000;
  width: 211px;
  height: 230px;
  display:block;
  font-family: 'PixelOperator', Sans-Serif;
  margin-left:10px;
border-radius: 0px 0px 0px 10px;
box-shadow: 0px 5px 0px 0px #00000036, inset 0px 0px 0px 0px #00000036;
}
lastfm-tracks img {
	size: 50%;
}
@font-face {
    font-family: 'PixelOperator';
    src: url('PixelOperator.ttf');
}
#container a {
    color: #ED64F5;
    font-weight: bold;
}

.container6 {
    margin: 20px 0
}

#header {
    width: 100%;
    background-color: #FFF;
    height: 150px;
    background-image: var(--header-image);
    background-size: 100%;
    border: 1px solid #000;
    border-bottom: none;
}

#navbar {
    height: 40px;
    background-color: #FFF;
    width: 100%;
    font-family: 'PixelOperator';
    border: 1px solid #000;
    padding: 7px;
    box-shadow: 0px 5px 0px 0px #00000036, inset 0px -5px 0px 0px #00000036;
    border-radius: 0px 0px 10px 10px;
}

.kazcbox {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #000;
}

#navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

#navbar li {
    padding-top: 7px;
}

#navbar li a {
    color: #ff6f21;
    font-weight: 800;
    text-decoration: none;
    padding-bottom: 10px;
}

#navbar li a:hover {
    color: #21ff3f;
    text-decoration: underline;
}

#flex {
    display: flex;
}

aside {
    background-color: #FFF;
    width: 200px;
    padding: 20px;
    font-size: smaller;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0px 5px 0px 0px #00000036, inset 0px -5px 0px 0px #00000036;
}

.middle-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    order: 2;
    
}

main {
    background-color: #FFF;
    color: #000;
    padding: 20px;
    margin-top: 10px;
    margin-left:10px;
    margin-right:10px;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px #00000036, inset 0px -5px 0px 0px #00000036;
}
#leftSidebar {
    order: 1;
}

#rightSidebar {
    order: 3;
}

h1,
h2,
h3 {
    color: #ED64F5;
}

h1 {
    font-size: 25px;
}
h2 {
	margin-top: 10px;
	
}
strong {
    color: #ED64F5;
}

.box {
    background-color: #FFF;
    border: 1px solid #ED64F5;
    padding: 10px;
    color: #000;
    border-radius: 10px;
}

#topBar {
    width: 100%;
    height: 30px;
    padding: 10px;
    font-size: smaller;
    background-color: #fff77a;
    color: #000;
    font-family: 'PixelOperator', Sans-Serif;
    margin-top: 19px;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #000;
    border-bottom: none;
    animation: marquee 32s linear infinite;
}

#bottomBar {
    width: 500px;
    height: 80px;
    padding: 0px;
    font-size: smaller;
    border-radius: 0px 0px 20px 20px;
}

#img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

#div {
    display: block;
    unicode-bidi: isolate;
}

#containe1 {
    max-width: 900px;
    margin: 0 auto;
}

.container10 {
    background-color: #8bfa37;
    margin-right: 215px;
    margin-left: 215px;
    border-radius: 20px;
    border: 2px solid #000;
    padding-bottom: 1px;
    margin-top:20px;
    padding-bottom:10px;
    margin-bottom:20px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.windowheader-blue {
    box-shadow: inset 0px -12px 0px 0px #035efc, inset 0px 0px 0px 2px #1c99ff, inset 0px 2px 0px 2px #19daf7;
    color: white;
    font-weight: bolder;
    text-shadow: 1px 1px #000, 0px 1px #000, 1px 0px #000, 0px -1px #000, -1px 0px #000, -1px -1px #035efc, 1px -1px #035efc, -1px 1px #035efc;
    display: grid;
    grid-template-columns: 2.3fr 1fr;
    height: 25px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px 5px 0px 0px;
    border-color: black black #035efc black;
    background: #1c99ff;
    margin-right:10px;
    margin-left:10px;
    text-align:left;
    padding-left:10px;
    padding-bottom:4px;
    padding-top:4px;
    margin-top:10px;
}
#statuscafeback {
    height: 230px;
    background-image: url(https://file.garden/aTe3-nzmBnCg8u4i/titles%20and%20images/tumblr_6228de1985a64d6064c9aaa00d01c915_e080d146_400.gif);
    border-style: solid;
    border-color: black;
    border-image: initial;
    border-width: 1px 1px 1px 0px;
    overflow:hidden;
    margin-right:10px;
border-radius: 0px 0px 10px;
  background-repeat: no-repeat;
  background-size:cover;
  box-shadow: 0px 5px 0px 0px #00000036, inset 0px 0px 0px 0px #00000036;
}
#statusme {
    height: 240px;
    position: relative;
    left: 0px;
    bottom: 293px;
    margin-bottom: -327px;
    z-index:5;
    left: 270px;
    bottom: 253px;
}
#statusgrid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0px;
    
}
.lacetop {
  height: 5px;
    background-color: none;
    background-image: url(https://file.garden/aTe3-nzmBnCg8u4i/icons/lacetop.png);
    background-size: contain;
    font-size: 0;
    border: 0;
    margin-bottom: 0px;
    margin-top: 0px !important;
}
.lacebottom {
     height: 5px;
    background-color: none;
    background-image: url(https://file.garden/aTe3-nzmBnCg8u4i/icons/download.png);
    background-size: contain;
    font-size: 0;
    border: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.lacetop1 {
     height: 5px;
    background-color: none;
    background-image: url(https://file.garden/aTe3-nzmBnCg8u4i/icons/lacetop.png);
    background-size: contain;
    font-size: 0;
    border: 0;
    margin-bottom: 0px;
    margin-top: 0px !important;
}
.lacebottom1 {
    height: 5px;
    background-color: none;
    background-image: url(https://file.garden/aTe3-nzmBnCg8u4i/icons/download.png);
    background-size: contain;
    font-size: 0;
    border: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
  	hr {
    height: 1px;
    background-color: none;
    font-size: 0;
    border: 0;
  	}
  	hr {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    color: gray;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
  	}
  	
@keyframes scroll-r2l {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Change the '10s' in this to change how fast it scrolls! */
.scroll-r2l {
  animation: scroll-r2l 60s linear infinite;
}

/* Left-to-Right */
@keyframes scroll-l2r {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

.scroll-l2r {
  animation: scroll-l2r 30s linear infinite;
}

/* 'Display: Flex' is extremely important to use here so all the items inside the marquee line up correctly, and the duplicated container lines up properly with the original */
.marquee {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: unset;
  background-color: #FFF;
  
  /*  You dont need a border or a set width on yours, but it makes the effect look better if the marquee width is smaller than the number of items in your marquee  */
  border: 0px solid black;
  width: 500px;
}

.marquee-items {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  min-width: 100%;
  position: relative;
  height:50px;
}

/* Changes to this class will only affect the children
of the marquee-items, and not all of their descendants.
Make changes here if you want spaces in-between the
marquee items or other effects and styles!*/
.marquee-items > * {
  margin: 0;
  height: 50px;
}
/* 'Display: Flex' is extremely important to use here so all the items inside the marquee line up correctly, and the duplicated container lines up properly with the original */
.marquee1 {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: unset;
  background-color: #FFF;
  
  /*  You dont need a border or a set width on yours, but it makes the effect look better if the marquee width is smaller than the number of items in your marquee  */
  border: 0px solid black;
  width: 500px;
}

.marquee-items1 {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  min-width: 100%;
  position: relative;
  height:30px;
}
.marquee-items1 > * {
  margin: 0;
  height: 30px;
}
.paused {
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
}
div {
    display: block;
    unicode-bidi: isolate;
}	
.navbutton {
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    color: #000;
    display: block;
    box-shadow: inset 0px 0px 0px 1px white;
    background: white;
	}
	#navicon {
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    margin-left: -15px;
    margin-right: 0px;
    margin-bottom: -1px;
    filter: opacity(0%) drop-shadow(0px 3px var(--shadow));
    z-index: 2;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
aside a {
    text-decoration: none;
    text-shadow: none;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.navbutton:hover #navicon{
    margin-left: 0px;
    margin-right: 5px;
    filter: opacity(100%) drop-shadow(0px 2px var(--shadow));
}

.navbutton:active #navicon{
    margin-left: 0px;
    margin-right: 5px;
    filter: opacity(100%) drop-shadow(0px 2px var(--shadow));
}
.visitor {
color:#000;
text-align: center;
}
.headermarquee {
	margin-top:7px;
    padding: 5px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: #fcc11e black #fcc11e black ;
    background: #fcd41e;
    box-shadow: inset 0px -17px 0px 0px #ff8717, inset 0px 0px 0px 2px #fcd41e;
    display: grid;
    grid-template-columns: 2.3fr 1fr;
    grid-gap: 5px;
    border-radius:10px 10px 0px 0px;
}

.headermarqueeint {
    background-color: white;
    margin: 0px;
    border: solid 1px;
    border-color: #fcc11e #ff8717 #ffde26 #ff8717;
    border-radius: 10px;
    box-shadow: inset 0px 3px 0px 0px #c6edfa;
    overflow: hidden;
    width: 600px;
    align-self:right;
    justify-self:right;
    margin-left:140px;
}

.headermarqueeint p{
    margin: 4px;
    font-size:9px;
    text-align: center;
    color: #091a63;
    margin-top:4px;
	    font-family:'PixelOperator', Sans-Serif;
	    font-size:15px;
}

.headermarqueeint img{
    margin-top: -4px;
    margin-bottom: -4px;
}
.guestbookarrow {
	align-content: center;
	padding-top:-20px;
}

@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;
    }

    .statusmain {
        order: 2;
    }

    .statusmain iframe {
        padding-bottom: 5%
    }
}
#sitestats {
    margin: -5px -5px 5px;
    border-style: solid;
    border-color: black;
    border-image: initial;
    border-width: 1px 1px 1px 1px;
    background-color:#FFF;
    border-radius:10px;
    width:auto;
    height:auto;
    color:#000;
}
.sitestatsgrid {
    font-size: 10pt;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px;
    border-top: none;
}
.sitestatcategory {
    padding: 3px;
    border-right: 1px solid #00000036;
    border-bottom: 1px solid #00000036;
}
.sitestatanswer {
	border-right: 1px solid #00000036;
    border-bottom: 1px solid #00000036;
    padding: 3px;
}