.bg {
  min-height: 100vh;
  margin: 0;
  background-image: url(https://files.catbox.moe/o8be3y.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.closebutton {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #ff1500;
  border: solid 1px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: left;
  justify-content: left;
  margin-left: 0;
  font-size: 14px;
  position: left;
}

.window {
  position: absolute;
  background: rgba(0, 255, 98, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.windowheader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.12);
}

.headertext {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  position: relative;
}

.aboutme {
  position: absolute;
  background: rgba(30, 94, 167, 0.9);
  border: 1px solid rgba(0, 26, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.paint {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 204, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.buttons {
  position: absolute;
  background: rgba(255, 0, 0, 0.897);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.music {
  position: absolute;
  background: rgba(255, 238, 0, 0.897);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  text-align: center;
}