body {
    margin: 0;
    font-family: 'Arial', sans-serif;
  }
  
  .menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    height: 100vh;
    width: 250px;
    background-color: rgba(25, 25, 25, 0.5);
    color: #fff;
    padding-top: 20px;
  }
  
  .menu-header {
    font-family: 'Rajdhani-Bold', sans-serif;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(45, 45, 45, 0.8);
    padding: 0.5rem 1rem;
  }
  
  .menu-list {
    list-style: none;
    padding: 0;
  }
  
  .menu-list a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #444;
    transition: background-color 0.3s;
  }
  
  .menu-list a:hover {
    background-color: #333;
  }
  
  .submenu {
    display: none;
    list-style: none;
    padding: 0;
  }
  
  .submenu a {
    padding: 8px 20px;
    display: block;
  }
  
  .content {
    margin-left: 250px;
    padding: 20px;
    background-color: #f4f4f4;
  }

.planet-name {
    font-family: 'Rajdhani-Semibold', sans-serif;
    font-size: 0.9rem;
}
  
.scene-nav-menu {
    left: 0;
    top: 0;
    width: 200px;
    /* text-align: center; */
    /* color: slategrey;*/
    opacity: 0.7;
    font-size: 10px;
    position: absolute;
    font-family: sans-serif;
    background: rgb(21 21 21 / 56%);
    z-index: 30;
    border: 1px solid rgba(45, 45, 45, 0.85);
    margin: 0;
  }

.scene-nav-infoo {
  right: 0;
  top: 0;
  width: 400px;
  height: auto;
  /* text-align: center; */
  /* color: slategrey;*/
  opacity: 0.7;
  font-size: 10px;
  position: absolute;
  font-family: sans-serif;
  background: rgb(21 21 21 / 56%);
  z-index: 30;
  border: 1px solid rgba(45, 45, 45, 0.85);
  margin: 0;
  }
  
  .menu-title {
    font-family: 'Rajdhani-Regular', sans-serif;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(45, 45, 45, 0.8);
    padding: 0.5rem 1rem;
    color: #f9f9f9;
    letter-spacing: 0.02rem;
    background: rgb(21 21 21);
  }
  
  .menu li {
    font-size: 0.925rem;
    line-height: 2rem;
    font-size: inherit;
  }
  
  .accordion-title {
    display: block;
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: 0.75rem;
    color: white;
    position: relative;
    border-bottom: 1px solid rgba(45, 45, 45, 0.8);
  }
  
  .moon_table {
    font-family: 'Rajdhani-Semibold', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0;
    color: #f9f9f9;
    letter-spacing: 0.02rem;
  }
  .accordion-content {
    padding: 1rem;
    display: none;
    border-bottom: 1px solid rgba(45, 45, 45, 0.8);
    /*background-color: rgba(25, 25, 25, 0.5);*/
  }
  
  .menu-name {
    font-family: 'Rajdhani-Semibold', sans-serif;
    font-size: 1.125rem;
  }

  
.scene-title{
    opacity: 1;
    font-family: 'Rajdhani-Semibold', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 42px;
    transition: opacity 500ms ease-in-out;
    background: rgba(0, 0, 0, 0);
    color: #f9f9f9;
    letter-spacing: 0.02rem;
    -webkit-font-smoothing: antialiased;
  }


/* Navbar styles */
.navbar {
/* background-color: #333; */
overflow: hidden;
position: absolute;
z-index: 30;
right: 0;
top: 0;
font-family: 'Rajdhani-Bold', sans-serif;
font-size: 1.5rem;
/* border: 1px solid rgba(45, 45, 45, 0.8); */
padding: 0.5rem 1rem;
color: #f9f9f9;
letter-spacing: 0.02rem;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


element.style {
}
.menu ul, .moons ul {
  /* list-style: none; */
  margin-bottom: 0;
}

.accordion {
  /* list-style-type: none; */
  /*background: rgba(25, 25, 25, 0.5);*/
  border: 1px solid rgba(45, 45, 45, 0.8);
  border-bottom: 0;
  border-radius: 2px;
  margin-left: 0;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}
  
/* The switch - the box around the slider */

/* Container for the text and toggle switch */
.toggle-container {
  display: flex; /* Use flexbox to align items horizontally */
  align-items: center; /* Vertically center items */
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: white;
  position: relative;
  border-bottom: 1px solid rgba(45, 45, 45, 0.8);
}

/* Style for the text */
.toggle-container p {
  margin-right: 10px; /* Add some spacing between the text and toggle switch */
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(80%);
}