
@font-face {
    font-family: "basiic";
    src: url('font/basiic.ttf');
}
@font-face {
    font-family: "romancea";
    src: url('font/RomanceA.ttf');
}
@font-face {
    font-family: "emojifont";
    src: url('font/EmojiFont.ttf');
}
@font-face {
    font-family: "blacknebula";
    src: url('font/BlackNebula.ttf');
}

html, body {
  cursor: url('img/cursor/wii1.cur'), auto;
}

a {
  cursor: url('img/cursor/wii2.cur'), pointer;
}

body {
    font-family: basiic;
    color: #ffffff;
    font-size: 16px;
    overflow: auto;
    overflow-x: hidden;
    margin: 0px;
    padding: 15px;
}

::selection {
  color: #ccff00;
  background: #444cf7;
}

body.page2 {
    font-family: basiic;
    color: #ffffff;
    font-size: 14px;
    overflow: auto;
    margin: 0px;
    padding: 15px;
    background-color: #0c2b4e;
    opacity: 0.9;
    background-image:  linear-gradient(#aad433 1.5px, transparent 1.5px), linear-gradient(to right, #aad433 1.5px, #0c2b4e 1.5px);
    background-size: 30px 30px;
}

body.page3 {
    background: rgba(3, 5, 94, 0.8);
    background: linear-gradient(0deg, rgba(3,4,94,.8) 0%, rgba(0,119,182,.8) 25%, rgba(0,180,216,.8) 50%, rgba(144,224,239,.8) 75%, rgba(202,240,248,.8) 100%);
}

h2 {
    font-family: romancea;
    font-size: 30px;
    font-weight: normal;      
}

a:link {
  color: #444cf7;
  background-color: transparent;
  text-decoration: underline;
}

.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url('img/tile shootingstar.gif');
    background-repeat: repeat;
    overflow: auto;
    padding-top: 16px;
}

.sidebar a {
    padding: 6px 8px 6px 15px;
    font-family: romancea;
    text-decoration: none;
    font-size: 20px;
    color: #1b3c46;
    display: block;
}

.sidebar a:hover {
    color: #FF324D;
} 

.main {
    flex: 1;
    margin-left: 200px; /* Same as the width of the sidenav */
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #ffffff00;
    opacity: 1;
    background-image:  linear-gradient(#0f617d42 1.2000000000000002px, transparent 1.2000000000000002px), linear-gradient(to right, #0f617d46 1.2000000000000002px, #ffffff00 1.2000000000000002px);
    background-size: 24px 24px;
    backdrop-filter: blur(2px);
    padding: 20px 40px;
    animation: glowingRainbow 15s infinite; /* adjust the duration as you like */
}

.post {
  flex: 1;
  margin-left: 220px;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 1px solid #444cf7;
  border-radius: 5px;
  background-color: #e5e5f7;
  opacity: 1.75;
  background-size: 20px 20px;
  background-image:  repeating-linear-gradient(0deg, #bec1ff, #bec1ff 1px, #e5e5f7 1px, #e5e5f7);
  box-shadow: 0 0 20px 1px rgba(54, 81, 255, 0.8);
}

.posthead {
  background-color: #444cf7;
  color: #e5e5f7;
  margin-top: -16px;
  padding-left: 5px;
}

.posttext {
  padding: 10px 30px;
  color:#133939;
}

.clog {
  overflow-y: scroll;
  width: 350px;
  height: 500px;
  margin-left: 200px;
  border: 1px solid #444cf7;
  border-radius: 5px;
  background-color: #3d3d4f;
  box-shadow: 0 0 20px 1px rgba(54, 81, 255, 0.8);
  color: #ffffff;
  background-color: #e5e5f7;
  background-image: radial-gradient(#444cf7 0.65px, #141427 0.65px);
  background-size: 25px 25px;
}

.clogtext {
  padding: 0px 10px;
  color:#e5e5f7;
}

.flex-container {
  display: flex;
}



@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}

.wobble-link:hover img {
    animation: wobbleZoom 0.5s ease-in-out; /* adjust the duration as you like */
}

  /* width */
::-webkit-scrollbar {
    width: 5px;
    margin-right: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #1a3034;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #444cf7;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #444cf7;
  }

.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.centre-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-column {
    display: none; /* Initially hide the two-column layout */
    margin-left: -30px;
  }
  
  .column {
    width: 48%; /* Adjust the width as needed, leaving some space for margin */
    margin: 0 2%; /* Add some space between the columns */
    float: left;
    border-radius: 5px;
    padding: 7px;
    padding-left: 15px;
    background-color: #ffffff00;
    opacity: 1;
    background-image:  linear-gradient(#0f617d74 1.2000000000000002px, transparent 1.2000000000000002px), linear-gradient(to right, #0f617d74 1.2000000000000002px, #ffffff00 1.2000000000000002px);
    background-size: 24px 24px;
    backdrop-filter: blur(5px);
    animation: glowingRainbow 15s infinite;
  }

  .section {
    opacity: 0; /* Start with opacity 0 */
    height: 0; /* Set height to 0 to make the content disappear */
    overflow: hidden; /* Hide overflowing content */
    transition: opacity 0.5s ease, height 0.5s ease; /* Add transition for opacity and height */
  }
  
  /* Initially show the 'Description' section */
  #description {
    opacity: 1;
    height: auto; /* Set height to auto to show the content */
  }

  /* Style the container of the audio player */
audio {
  width: 300px; /* Set the width as needed */
  margin: 10px; /* Adjust margin as needed */
}

/* Style the audio controls */
audio::-webkit-media-controls-panel {
  background-color: #1e3c50; /* Background color */
  color: #1cb5d0; /* Text color */
  padding: 10px; /* Padding around the controls */
}

/* Style the play/pause button */
audio::-webkit-media-controls-play-button {
  background-color: #ffffff; /* Play button color */
  border-radius: 40px;
}

/* Style the volume slider */
audio::-webkit-media-controls-volume-slider {
  color: #1cb5d0;
  background-color: #ffffff00; /* Volume slider background color */
}

/* Style the progress bar */
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-seek-back-button,
audio::-webkit-media-controls-seek-forward-button,
audio::-webkit-media-controls-fullscreen-button {
  color: #1cb5d0; /* Progress bar and time display color */
}

/* Style the track name */
audio::-webkit-media-controls-text-track-container {
  color: #1cb5d0; /* Track name color */
}
