
@font-face {
  font-family: "Term";
  src: url("fonts/Px437_IBM_DOS_ISO9.ttf")
}
body {
  margin: 0;
  background-color: #000000;
  background-image: url(pics/patternblack.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;
  font-family: "Term";
  font-size: 20px;
  font-weight: bold;
  font-smooth: never;
  color: #C4C4C4;
  cursor: url(cursor/default.cur), auto;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

a, button {
  cursor: url(cursor/link.cur), pointer;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 220px;
  height: 100vh;
  padding: 20px;
}

.avatar {
  width: 100%;
  margin-bottom: 7px;
  border: 2px solid #c90828;
}

nav a {
  display: block;
  padding: 5px;
  margin-bottom: 7px;
  border: 2px solid #c90828;
  color: #e6b0ff;
  text-decoration: none;
  box-shadow: 0px 0px 34px 15px rgba(201,8,40,0.9);
  background-color: #000000;
  font-size: 16px;
}

nav a:hover {
  background: #b300ff;
  color: black;
}

.content {
  margin-left: 260px;
  padding: 20px;
}

.page {
  display: none;
  border: 1px solid #c90828;
  padding: 20px;
  max-width: 10000px;
  background: rgba(0, 0, 0);
}

.page:target {
  display:block;
}

h1 {
  margin-top: 0;
  border-bottom: 1px solid #c90828;
  padding-bottom: 10px;
}

.page img {
  display: block;
  margin: 2rem auto;
  border: 2px solid #c90828;
}

/* Article links */
.page a {
  color: #e6b0ff;
  text-decoration: underline;
}

.page a:hover {
  color: #b300ff;
}

.about-images {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 2rem 0;
}

.about-img {
  margin: 0;
}

.about-gif {
  border: none !important;
  margin: 0;
}

.articles-gif {
  float: right;
  margin: 0 0 20px 20px; 
  max-width: 300px;
  height: auto;
  border: 2px solid #c90828;
  box-shadow: none;
  border: none !important;
}

.lain {
  padding-top: 80px;
}

.chart {
  width: 1200px;
  height: auto;
  display: block;
  margin: 2rem 0 2rem 0 !important;
  border: none !important;
}

.music-title {
  color: #e6b0ff;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .sidebar {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .content {
    margin-left: 0;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .page {
    padding: 15px;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .page img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }

  .about-images {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .about-img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .about-gif {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .articles-gif {
    float: none;
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .chart {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }

  body {
    font-size: 16px;
  }
}
