
body {
    background-color: #000033; 
    color: #dcf3ff;
    font-family: "Ubuntu","silkscreen";
    margin: 50px;
    display: flex;
    justify-content: center;
}

#container {
    width: 800px;
    display: flex;
    border: 2px solid  #1717e0; 
    background-color: #000022;
    padding: 20px;
}


#sidebar {
    width: 200px;
    border-right: 1px dashed #1717e0;
    padding-right: 20px;

}

#sidebar h2 {
    font-size: 15px;
    text-decoration: underline;
}


#sidebar a {
    color: #5589d8; 
    text-decoration: none;

}

#sidebar img {
    display:flex;
    width:200px;
    object-fit: contain;
    border-style: dashed;
    border-color: #b2b7e9
}

#sidebar button {
    margin: 9px;
    cursor: pointer;
    font-size: 15px;
    color:#3f3fef;
    width: 40px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background-color: #dcf3ff;
}
 input:focus, button:focus {
    outline: none;
    border: 2px solid #101baf;
    }
.musicinfo {
    display: flex;
    margin-top: 9px;
    gap: 10px;
    color:#3f3fef;
    border-color: #1018a4;
    border-style: solid;
    width: 200px;
    object-fit: contain;
    font-family: "silkscreen";
    font-size: 15px;
}

.about {
    border: solid;
    width: 190px;
    margin-top: 5px;
    object-fit: contain;
    border-color: #1018a4;
    border-width: 3px;
    font-size: 15px;
    font-family: "ubuntu";
    padding: 5px;
}

#main-content {
    flex: 1;
    padding-left: 20px;
}

.content-box {
    background-color: #000044;
    border: 1px solid ;
    padding: 15px;
    margin-bottom: 20px;
}

h2, h3 {
    color: #1717e0;
    font-family: "silkscreen";
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #000022;
}
::-webkit-scrollbar-thumb {
    background: #1717e0;
}

#bottom-nav {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 150px;
    background-color: #000044;
    border: 2px solid #1717e0;
    padding: 10px;
    z-index: 100;
}

#bottom-nav h2 {
    font-size: 1rem;
    margin-top: 0;
    color: #1717e0;
    text-transform: uppercase;
    border-bottom: 1px dashed #1717e0;
}

#bottom-nav ul {
    list-style-type: "» ";
    padding-left: 15px;
    margin-bottom: 0;
}

#bottom-nav a {
    color: #dcf3ff;
    text-decoration: none;
    font-size: 0.9rem;
}

#bottom-nav a:hover {
    color: #b2b7e9;
    background-color: #000066;
}


::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #000022;
}
::-webkit-scrollbar-thumb {
    background: #3f3fef;
    border: 1px solid #1018a4;
}
.cursor {
    font-weight: bold;
    color: #b2b7e9;
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    from, to { color: transparent; }
    50% { color: #b2b7e9; }
}
.effect {
    white-space: nowrap;
    overflow: hidden;
    font-size: 30px; 
    margin: 20px;
    color: #1717e0;
}
.typewriter-text {
    font-family:"silkscreen";
}
#win-splash {
  position: fixed;
  inset: 0;
  background: rgb(0, 1, 19);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: "MS Sans Serif";
  transition: opacity 0.8s ease;
}

#win-splash.fade-out {
  opacity: 0;
  pointer-events: none; 
}

.win-window {
  background: #c0c0c0;
  width: 340px;
  border: 2px solid black;
  box-shadow:
    inset -2px -2px #808080,
    inset 2px 2px #ffffff;
  color: #000022;
}

.win-titlebar {
  background: linear-gradient(to right, #000080, #0000cd);
  color: white;
  padding: 4px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.win-titlebar button {
  width: 18px;
  height: 18px;
  font-size: 11px;
  cursor: pointer;
}

.win-content {
  padding: 12px;
  font-size: 13px;
}

.win-progress {
  height: 18px;
  background: #808080;
  border: 2px inset #fff;
  margin-top: 10px;
}

.win-progress-bar {
  height: 100%;
  width: 0%;
  background: #000080;
}

.win-actions {
  text-align: right;
  margin-top: 12px;
}

.win-actions button {
  padding: 4px 18px;
  border: 2px solid black;
  background: #c0c0c0;
  box-shadow:
    inset -2px -2px #808080,
    inset 2px 2px #ffffff;
}

.win-actions button:active {
  box-shadow:
    inset 2px 2px #808080,
    inset -2px -2px #ffffff;
}

#win-splash img {
    height: 300px;
    width: 300px;
}
