 html, body {
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
    
    header {
      text-align: center;
       margin-top: 0.5rem;
      border-bottom: 1px solid #222;
    }
    header h1 {
      font-family: 'Trebuchet MS';
      font-size: 2.5rem;
      margin: 0;
      color: #232323;
      letter-spacing: 2px;
    }

    header h2 {
      font-family: 'Arial';
      font-size: 1.5rem;
      font-weight: normal;
      color: #444444;
      margin-top: 0;
      margin-bottom: 0.5rem;
    }
    
    main {
      width: 95%;
      margin: 0 auto;
    }
    
    @media (min-width: 1000px) {
  main {
    width: 75%;
  }
    }

    h3 {
      text-align: left;
      font-family: 'IM Fell English SC', serif;
      font-size: 1.5rem;
      color: #666666;
      margin-top: 1rem;
      margin-bottom: 0rem;
      display: inline-block;
 
    }
    h4 {
      text-align: center;
      font-size: 1.7rem;
      font-family: 'IM Fell English SC', serif;
      color: #777777;
      margin-top: 0.5rem;
      margin-bottom: 0;
    }

    footer {
      margin: 0 auto;
      text-align: center;
  font-family: 'Elegant';
  padding: 2rem 1rem;
  color: #666;
  font-size: 0.6rem;
  bottom: 0px;
    }
    a {
      color: #987654;
      text-decoration: underline;
    }
    a:hover {
      text-decoration: underline;
    } 
.bands {
      font-family: 'Gothic A1';
      font-size: 0.75rem;
      font-style: italic;
      color: #b0b0b0;
    }
.nav-links {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
}
.nav-links a {
  display: inline-block;
  padding: 5px 5px;
  background-color: #111111;
  color: #a0a0a0;
  text-decoration: none;
  font-family: 'Gothic A1';
  border: 1px solid #333333;
  border-radius: 5px;
  margin-bottom: 0.3rem; 
}
.nav-links a.widepad {
  padding: 5px 10px;
}
.nav-links a.highlight {
  background-color: #333333;
}
.bubble {
      background-color: #222222;
      border-radius: 10px;
      width: 85%;
      margin: 0 auto;
      margin-bottom: 1rem;
  position: relative;
  padding: 12px;
  padding-top: 8px;
    }
.message {
  color: #d0d0d0;
  font-size: 0.7rem;
  font-family: Arial, sans-serif
}
    .time {
      font-size: 0.6rem;
      font-family: Arial, sans-serif;
      color: #777777;
      position: absolute;
      bottom: 5px;
      right: 5px;
    }
   .margin-top-fix { margin-top: 1rem; }
    .margin-bottom-fix { margin-bottom: 1rem; }
.bordermoon
{
  border: 1.5px solid #222;
margin-top: 2rem;
  width: 100%;
  box-sizing: border-box;
}
.custom-details-ii summary {
  text-align: left;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #b0b0b0;
  background: #33333388;
  list-style: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.custom-details-ii summary::-webkit-details-marker {
  display: none;
}
.custom-details-ii summary::after {
  content: "+";
  color: black;
  border-radius: 50%;
  text-align: center;
  background: #eeeeee;
  font-weight: bold;
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.custom-details-ii summary {
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}
.custom-details-ii summary::after {
  height: 0.85rem;
  width: 0.85rem;
  font-size: 0.85rem;
}
.custom-details-ii[open] summary::after {
  content: "-";
  
}
 h5 {
  margin-top: 1rem;
    font-family: Arial, sans-serif;
    color: #999999;
    font-size: 1.2rem;
  display: inline;
  background-color: rgba(0, 0, 0, 0.6)
  }

  .table {
    width: 500px;
    max-width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-top: 0rem;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.6)
  }

  th, td {
    border: 1px solid #999;
    padding: 4px;
    text-align: left;
    font-family: 'Gothic A1';
    font-size: 0.8rem;
    color: #c0c0c0;
    background-color: rgba(0, 0, 0, 0.6)
  }

  thead {
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .astro
{ width: 500px;
max-width: 100%
}
.darkabout
{
  max-width: 100%;
  width: 430px;
height: 430px;
}