* {
  cursor: url("images/cursor.png"), auto;
}

body {
  background-image: url("images/bg2.gif");
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  cursor: url("images/cursor.png"), auto;
}

.window {
  box-shadow: 5px 5px 10px 2px rgb(0 0 0 / .8);
  position: absolute;
  text-align: center;
  resize: both;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: rgb(197, 3, 211) #a1037c8d;
  display: block
}

.window-center {
  left: 37%;
  top: 15%;
  width: 25%;
}

.window-right {
  right: 10%;
  bottom: 10%;
  width: 25%;
  height: 45%;
}

.window-left {
  right: 70%;
  bottom: 10%;
  width: 25%;
  height: 25%;
}

.title-bar-title {
  color: white;
  font-family: 'Stardew Valley';
  src: url(fonts/Stardew_Valley.ttf);
  font-size: 150%;
  margin: 0;
  text-align: left;
  text-shadow: 2px 2px black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: none;
  margin-bottom: 6px;
  margin-left: 4px;
  margin-top: 2px;
}

.title-bar {
  position: sticky;
  top: 0;
  padding: 0;
}

.window-body {
  background-color: #a1037c8d;
}

.texttitle {
  text-align: center;
  font-size: 500%;
  color: #f8f1ff;
  font-family: JakandDaxterTPLFont;
  src: url(fonts/jakanddaxter.ttf);
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 10px 10px black;
}

.textpara {
  text-align: left;
  font-size: 200%;
  font-family: Arial, Helvetica, sans-serif;
  color: #f8f1ff;
  margin-top: 8px;
  margin-bottom: 0px;
  text-shadow: 3px 3px black;
}

.pfp {
  width: 10%;
  height: 10%;
  margin-left: 10px;
  margin-right: 100px;
  float: right;
}

.bannergifs {
  height: 15%;
  width: auto;
  margin: 0 auto;
}

.playerbuttons {
  height: 20%;
  width: 49%;
  background-color: rgb(47, 1, 47);
  color: white;
  border-color: rgb(47, 1, 47);
}

.audioTime {
  color: white;
  font-size: 250%;
  font-family: 'Stardew Valley';
  text-align: center;
  margin-bottom: 2%;
  margin-top: 2%;
}

.progressbar {
  z-index: 2;
  position: relative;
  height: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  background-color: rgb(200, 0, 255);
  pointer-events: none;
}

.progressbarbg {
  z-index: 1;
  background-color: rgb(39, 39, 39);
  height: 15px;
  width: 93%;
  display: block;
  margin: 0 auto;
  position: absolute;
}

.title-bar-controls>button {
  background-color: rgba(86, 0, 136, 0.558);
}

.title-bar-controls button[aria-label=Close]:before {
  background: url("images/close.png") no-repeat 50%
}

.title-bar-controls button[aria-label=Maximize]:before {
  background: url("images/max.png") no-repeat 50%
}

.title-bar-controls button[aria-label=Minimize]:before {
  background: url("images/minimize.png") no-repeat 50%
}

.start-menu {
  display: hidden;
  background: rgb(224, 10, 202);
  background: linear-gradient(90deg, rgba(224, 10, 202, 1) 1%, rgba(168, 14, 173, 1) 52%, rgba(124, 9, 128, 1) 100%);
  height: 10%;
  width: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 997;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.start-menu-left {
  width: 60%;
  height: 100%;
  border-top-left-radius: 8px;
  border-right: 3px solid rgb(87, 1, 141);
}

.start-menu-right {
  width: 40%;
  height: 100%;
  border-top-right-radius: 8px;
}

.start-menu-text {
  color: white;
  font-family: 'Stardew Valley';
  font-size: 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.216);
}

.taskbar {
  height: 3%;
  width: 100%;
  position: absolute;
  background-color: purple;
  bottom: 0%;
  left: 0%;
  z-index: 998;
  pointer-events: none;
}

.start-button {
  height: 100%;
  position: relative;
  z-index: 999;
  pointer-events: all;
}


.opened-tasks {
  position: relative;
  z-index: 1000;
  color: blue;
  margin-top: 0px;
  margin-bottom: 0px;
  left: 4%;
  bottom: 70%;
}

.task {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: red;
  width: fit-content;
  display: none;
  pointer-events: all;
}

.taski {
  width: 30%;
  height: 30%;
}