


/* i fucking hate html and css after doing all that shit */

/*----------fonts---------*/

@font-face {
  font-family: PC98;
  src: url(fonts/pc-9800.ttf);
}

@font-face {
  font-family: VC;
  src: url(fonts/VeniceClassic.ttf);
}


/*----------crt---------*/

/*.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}*/

/*----------css---------*/

body {
  background-image: url("bg.png");
  background-color: #f0efed;
  overflow: hidden;
  overflow-y: scroll;
}

.container {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: flex-start; 
  gap: 10px; 
  margin: 0 auto; 
  height: 100vh; 
  box-sizing: border-box;
  padding-top: 170px; 
  font-family: PC98;
  color: #303030;
}

/*----------header---------*/

.header {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 10px;
  transform: translateX(-50%);
  width: 1050px;
  height: 150px;
  background-color: #D4D4D4;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 2px;
  background-color: #fff;
  background-image: url("");
}

/*----------left---------*/

#left {
  color: #303030;
  margin: 5px;
  float: left;
  width: 160px; 
  height: auto;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #D4D4D4;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 2px;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
  white-space: normal;
}

#left .link {
  display: block;
  padding: 4px 0;
  margin: 2px;
  color: #303030;
  background-color: #f2f2f2;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: inset 16px 0px 6px -10px rgb(66 66 66 / 5%), inset -16px 0px 6px -10px rgb(66 66 66 / 5%), inset 0px -24px 6px -10px rgb(66 66 66 / 10%);
}

/*----------center---------*/


.center {
  margin: 5px;
  width: 680px;
  height: auto;
  padding: 10px;
  background: #D4D4D4;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 2px;
  font-size: 14px;
  box-sizing: border-box; 
}

.content {
  color: #303030;
  gap: 10px; 
  margin: auto;
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  padding: 5px;
  border-width: 12px;
  border-style: solid;
  border-image: url("border.png") 9 fill round;
}

/*----------about---------*/

.about {
  display: grid;
  grid-template-columns: auto 1fr;
  color: #303030;
  gap: 10px; 
  margin: auto;
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
}

.aboutbox {
  color: #303030;
  padding: 10px;
  background-color: #f8f8f8;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #737373;
}

.aboutbox:nth-child(3) {
  grid-column: 1 / -1;
}

/*----------music---------*/

.music {
  display: grid;
  gap: 10px; 
  

}

.musicbox {
  color: #303030;
  padding: 10px;
  background-color: #f2f2f2;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #737373;
}

/*----------right---------*/

.right {
  margin: 5px;
  width: 220px;
  height: auto;
  padding: 10px;
  background-color: #D4D4D4;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 2px;
}

/*-------------------*/

.box {
  color: #303030;
  padding: 10px;
  background-color: #f8f8f8;
  font-size: 14px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #737373;
}