body {
  background-color: #fff0f5;
  font-family: "Comic Sans MS", cursive, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.ribbon-box {
  border: 45px solid;
  border-image: url("https://foollovers.com/mat/plate/pl035-plate-j03.gif") 45 fill round;
  width: 350px;
  padding: 10px;
  margin: 120px auto 30px auto;
  background: white;
  text-align: center;
}

.ribbon-title {
  font-size: 20px;
  font-weight: bold;
  color: #d63384;
  margin-bottom: 5px;
}

.ribbon-text {
  font-size: 14px;
  color: #555;
}

.link-button {
  background: #ffc6ee;
  border: 2px outset #ffc6ee;
  width: 220px;
  padding: 8px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  transition: 0.2s ease;
}

.link-button:hover {
  border: 2px inset #ffc6ee;
}

.link-button a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px #ffafe7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

@keyframes moveCat {
  0% { left: -100px; }
  100% { left: 110%; }
}
{
  flex-wrap: wrap;
  gap: 30px; 
}
 {
  margin: 0;
  padding: 0;
  font-family: 'Courier New', monospace;
  background: url('https://i.pinimg.com/originals/e3/9e/99/e39e990cc31b7d5cc33cbcb2378a1e94.jpg') repeat;
  color: #6a0031;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}


.window {
  width: 500px;
  border: 2px solid #ff90c2;
  box-shadow: 4px 4px 0 #ff90c2;
  background-color: #fff0f6;
  position: relative;
}

.title-bar {
  background-color: #ffb6d9;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  font-weight: bold;
  border-bottom: 2px solid #ff90c2;
}

.title-text {
  font-size: 14px;
}

.buttons span {
  margin-left: 8px;
  cursor: pointer;
}

.window-content {
  padding: 16px;
}
.cassette {
  font-weight: bold;
  background: #ffd3e3;
  border: 2px dashed #ff90c2;
  padding: 10px;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 8px;
}

.notes {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.note {
  background: #fff;
  border: 2px solid #ff90c2;
  padding: 10px;
  width: 48%;
  border-radius: 8px;
}

.spotify-embed {
  margin-top: 10px;
}
.system-message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 400px;
  background-color: #fff0f6;
  border: 2px solid #ff90c2;
  box-shadow: 4px 4px 0 #ff90c2;
  font-family: 'Courier New', monospace;
  z-index: 10;
}

.system-title-bar {
  background-color: #ffb6d9;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 2px solid #ff90c2;
  font-weight: bold;
}

.system-title {
  font-size: 14px;
}

.system-close {
  cursor: pointer;
}
.system-content {
  padding: 16px;
  font-size: 13px;
  color: #6a0031;
}
.system-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 16px;
  background-color: #ffe3f0;
  border-top: 2px solid #ff90c2;
}

.system-buttons button {
  background-color: #ffb6d9;
  color: white;
  border: none;
  padding: 6px 12px;
  font-family: 'Courier New', monospace;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #ff90c2;
}

.system-buttons button:hover {
  background-color: #ff90c2;
}
.bottom-note {
  position: absolute;
  top: 430px; 
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background-color: #fffafc;
  border: 2px solid #ffc3d6;
  box-shadow: 3px 3px 0 #ffc3d6;
  font-family: 'Courier New', monospace;
  z-index: 5;
}

.note-title-bar {
  background-color: #ffd2e3;
  color: #6a0031;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  border-bottom: 2px solid #ffc3d6;
  font-weight: bold;
  font-size: 12px;
}

.note-content {
  padding: 12px;
  font-size: 12px;
  color: #6a0031;
}

.note-close {
  cursor: pointer;
}
.retro-window {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 320px;
  height:  70vh;
  background-color: #f4f4f4;
  border: 2px solid #333;
  box-shadow: 4px 4px 0 #000;
  font-family: 'Courier New', monospace;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

.retro-window .title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #d4d0c8;
  padding: 2px 6px;
  border-bottom: 1px solid #888;
}

.menu-bar span {
  margin-right: 10px;
  font-size: 13px;
  color: #000;
  cursor: default;
}

.close-btn {
  background: #ff5f57;
  border: none;
  width: 16px;
  height: 100% ;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.scrollable-text {
  padding: 10px;
  flex-grow: 1; 
  overflow-y: auto;
  font-size: 13px;
  color: #222;
  background-color: #fff;
  border-top : 1px solid #ccc;
} 
.mini-window.top-left {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 220px;
  height: 140px;
  background: pink;
  border: 2px solid hotpink;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
  font-family: 'Courier New', monospace;
  z-index: 10;
}

.mini-window .window-header {
  background: hotpink;
  color: white;
  padding: 5px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.mini-window .window-content {
  padding: 10px;
  font-size: 13px;
  color: #000;
}
.button-window.left-below {
  position: absolute;
  top: 180px; /* positions it just under the mini window */
  left: 20px;
  width: 260px;
  background: #ffe3f6;
  border: 2px solid hotpink;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  font-family: 'Courier New', monospace;
  z-index: 9;
}

.button-window .window-header {
  background: hotpink;
  color: white;
  padding: 5px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.button-window .window-content {
  padding: 10px;
}

.linkbutton-1 {
  text-align: center;
  background: #ffc6ee;
  padding: 10px;
  width: 100%;
  border: 2px outset #ffc6ee;
  margin: 0 0 5px 0;
}

.linkbutton-1:hover {
  border: 2px inset #ffc6ee;
}

.linkbutton-1 a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-shadow: -2px 0 #ffafe7, 0 2px #ffafe7, 2px 0 #ffafe7, 0 -2px #ffafe7;
}


