html {
  background-color: #000000;
  color: #ffffff;
  font-family: "VT323 Regular";
  font-size: 20px;
  cursor: url("/images/cursor2.gif"), auto;
  margin-left: 150px;
  margin-right: 20px;
}

a:link {
  color: #ffffff;
}
a:visited {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
  background-color: #868686;
}

::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}
.navbar {
  background-image: url("/backgrounds/checker.png");
  background-size: 30px;
  color: #ffffff;
  border-style: solid;
  border-width: 5px;
  border-right-width: 10px;
  border-color: #ffffff;
  border-radius: 30px 0px 30px 0px;
  z-index: 5;
  position: fixed;
  height: auto;
  left: 0;
  top: 0;
  overflow: hidden;
}
.navbar a:hover {
  background-color: transparent;
}
.todaysthemeicon {
  min-height: 50px;
  max-height: 50px;
  min-width: 100px;
  max-width: 100px;
  background-image: url("/dynamicstyles/space.png");
  background-size: cover;
}
.beatstime {
  min-height: 30px;
  max-height: 30px;
  min-width: 100px;
  max-width: 100px;
  background-color: #ffffff;
  font-size: 15px;
  color: #ffffff;
  background-image: url("/images/beatstime.png");
  background-size: cover;
}

.logo {
  z-index: 10;
  position: fixed;
  left: 110px;
  top: 0;
}
/* Draggable Frame */
#draggableFrame {
  position: fixed;
  top: 6px;
  left: 120px;
  width: 210px;
  height: 330px;
  background: rgba(255, 255, 255, 0.8);
  border-image: linear-gradient(to bottom, #b7cfe8, #9bb7d3) 1;
  border-radius: 6px;
  border-width: 4px;
  border-style: solid;
  border-top: none;
  cursor: grab;
  z-index: 1000;
  user-select: none; /* Prevent text selection */
  display: flex;
  flex-direction: column;
}

/* Drag Handle */
#dragHandle {
  width: 100%;
  height: 20px;
  background-image: url("/backgrounds/win7gradient.png");
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  cursor: grab;
  padding: 2px;
}

/* Make sure the iframe fits inside */
#draggableFrame iframe {
  width: 100%;
  height: calc(100% - 20px); /* Subtract handle height */
  border: none;
}

/* Prevent selection of other page elements */
body, html {
  user-select: none;
}


/* ====================================== BLOGPAGE ====================================*/
#main {
  width: 700px;
  height: 600px;
  position: absolute;
  top: 90px;
  left: 200px;
  background-color: #000000;
  border-color: #ffffff;
  border-style: solid;
  border-width: 4px;
  border-top-width: 10px;
  border-left-width: 10px;
  border-radius: 0px 15px 15px 15px;
  text-align: center;
  padding: 20px;
  overflow-wrap: break-word;
  word-break: break-word;
}
#main .itemslist {
  background-color: #ffffff;
  color: #000000;
  border-bottom-color: #8A8A8A;
  border-style: solid;
  line-height: 1.5;
  border-radius: 15px 0px 15px 0px;
  overflow-x: auto;
  overflow-y: visible;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 9px;
  text-align: center;
}
#main .itemslistcontent {
  background-color: #000000;
  color: #ffffff;
  border-style: solid;
  border-top-style: none;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 15px 0px 15px 0px;
  overflow-x: auto;
  overflow-y: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 9px;
  text-align: center;
}
details > summary {
    list-style-type: '⮚';
    text-align: left;
    
}
details[open] > summary {
    list-style-type: '⮛';
    
}

.cat {
  position: absolute;
  left: 780px;
  top: 17px;
  z-index: 99;
  pointer-events: none;
}