@font-face {
  font-family: "fort";
  src: url("fonts/FortBold.woff2") format("woff2");
}

html,
body {
  overflow-x: hidden;
  cursor: url(https://files.catbox.moe/7r8a32.cur), auto;
}

body {
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  color: white;
  margin: 0;
  padding: 0;
}

#calendar {
  height: 300px;
  width: 120%;
}

#contentwrapper {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
}

#maincontent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
  align-items: stretch;
  flex: 1;
  height: 1000px;
}

#titlewrap {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
}
h1 {
  font-family: "fort", sans-serif;
  background-color: red;
  color: black;
  font-size: 64px;
  text-wrap: nowrap;
}
h1:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
#middlewrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}

.contentmiddle {
  flex: 1;
}

#middlebottom {
  flex: 1;
}
#middlebottom p {
  color: rgb(0, 255, 0);
}

.contentmiddle {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 600px;
  /* background-color: rgb(0, 132, 255); */
}
#contentmiddle img {
  width: 200px;
}

#contentleft,
#contentright {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.sidepanel {
  width: 200px;
}

.listitem {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 2px;
}
.listitem img {
  height: 1rem;
  width: 1rem;
  align-self: flex-start;
  margin-right: 3px;
}
.listitem a {
  position: static;
  word-break: break-word;
}

.contentwrap {
  position: relative;

  box-sizing: border-box;
}

.boneborder {
  position: absolute;
  background-image: url("src/bonecorner.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
.topleft {
  top: 0;
  left: 0;
  width: 64px;
  height: 90px;
  transform-origin: top left;
  transform: rotate(90deg) translateY(-60%) translateX(-30%);
}
.topright {
  top: 0;
  right: 0;
  width: 64px;
  height: 90px;
  transform-origin: top right;
  transform: rotate(180deg) translateY(-60%) translateX(70%);
}
.bottomleft {
  bottom: 0;
  left: 0;
  width: 64px;
  height: 90px;
  transform-origin: bottom left;
  transform: translateY(40%) translateX(-30%);
}
.bottomright {
  bottom: 0;
  right: 0;
  width: 64px;
  height: 90px;
  transform-origin: bottom right;
  transform: rotate(-90deg) translateY(40%) translateX(70%);
}

h3 {
  margin-top: 0;
}

#updatespanel {
  overflow: hidden;
  background-color: gray;
  background-image: url(src/blackrock.png);
  border: 3px rgb(58, 0, 0) solid;
}
#updatescontent {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 3px rgb(58, 0, 0) solid;
  padding: 6px;
}
#updatespanel h2 {
  background-color: red;
  text-align: center;
  padding-bottom: 6px;
  padding-top: 6px;
  margin: 0;
}
#updatespanel h4 {
  text-decoration: underline;
  margin-bottom: 4px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
#updatespanel p {
  margin-top: 0;
  margin-bottom: 26px;
}

a {
  cursor: url();
}
a:hover,
a:visited:hover {
  color: rgb(255, 35, 35);
}
a:link {
  color: rgb(255, 0, 0);
}
a:visited {
  color: rgb(167, 0, 0);
}
a:link:active,
a:visited:active {
  color: rgb(255, 255, 255);
}

.red {
  color: red;
}

.title {
  color: white;
  font-size: 1rem;
  text-align: center;
}

.cursor-trail {
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#circuswrap {
  position: relative;
  width: calc(100% + 250px);
  height: 300px;
  margin-top: 100px;
}
#circus {
  left: 0;
  width: 200px;
  height: 100%;
}
#circusbg {
  height: 100%;
}
#sneaky {
  position: absolute;
  left: 260px;
  bottom: 0;
}
#circus p {
  position: absolute;
  left: 200px;
  top: 20px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: red;
}
::-webkit-scrollbar-track {
  background-image: linear-gradient(
    to right,
    rgb(114, 114, 114),
    rgb(63, 63, 63)
  );
}
::-webkit-scrollbar-thumb {
  border: 2px solid rgb(48, 0, 10);
  background: #ff001a;
  background: linear-gradient(0deg, rgb(197, 0, 20) 32%, rgb(78, 1, 0) 100%);
}
::-webkit-scrollbar-thumb:hover {
  border-left: 1px solid white;
  border: 2px solid rgb(70, 0, 15);
  background: #ff001a;
  background: linear-gradient(
    0deg,
    rgba(255, 0, 26, 1) 32%,
    rgb(138, 2, 0) 100%
  );
}

.showcase {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#showcase1 {
  position: absolute;
  /* justify-self: center; */
  top: 50px;
  background-image: linear-gradient(
    to bottom,
    rgb(12, 114, 248),
    white,
    rgb(32, 132, 247)
  );
  padding: 6px;
  border: 4px outset rgb(0, 86, 143);
  margin-left: auto;
  margin-right: auto;
}
#showcase1 img {
}

::selection {
  background-color: rgba(255, 0, 0, 0.411);
  color: white;
}

#clickerwrap {
  padding: 20px;
  border: 2px solid red;
  background-image: url(src/texturegreen.jpg);
  cursor: url(https://files.catbox.moe/uimae9.cur), auto;
}
#clicker {
  width: 300px;
  height: 250px;
  /* background-color: red; */
  padding: 20px;
  position: relative;
}
#cchamber {
  width: 150px;
  height: 250px;
  background-color: black;
  border: double 3px yellow;
  outline: 4px solid green;
  position: absolute;
  right: 0;
  bottom: 0;
}
#cchambertop {
  background-color: yellow;
  height: 50px;
  width: 100px;
  border: 4px double black;
  position: absolute;
  right: 50px;
  top: 0px;
  display: flex;
  justify-content: center;
}
#cscreen {
  width: 75px;
  height: 100px;
  background-color: rgb(0, 255, 255);
  border: 4px double black;
  position: absolute;
  bottom: 100px;
}
#cscreenarms {
  width: 50px;
  height: 60px;
  border-top: 6px solid black;
  border-bottom: 6px solid black;
  position: absolute;
  bottom: 120px;
  left: 100px;
}

#skypewrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#eestiwrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

#aboutme {
  background-image: url(src/rainbowspace.gif);
  width: 800px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
#abouttitle {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
#abouttitle h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#abouttitle img {
  width: 40%;
}
#aboutme p {
  padding: 20px;
  text-align: center;
}

#footer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  height: 200px;
}
#footer img {
  height: 40%;
}

#nowwrap h4 {
  text-align: center;
}
#nowwrap * {
  margin-top: 0px;
  margin-bottom: 8px;
}
