body {
  font-size: 18px;
  color: #876863;
  background-color: black;
  background-image: url(https://somethinghappened.neocities.org/cobwebs/webss.jpg);
  background-repeat: no-repeat;
  background-size: 1200px auto; 
  background-position: center 50px;

  font-family: "Garamond", "Times New Roman", "Georgia";
}

@font-face {
  font-family: "Berkshire Swash";
  src: url("https://somethinghappened.neocities.org/fonts/berkshireswash-regular.ttf") format("truetype");
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1290px;
}

.box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background: none;
  overflow: visible;
}

.headingcontainer {
  position: absolute;
  top: 50px;
  left: center;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.headingone {
  position: relative;
  
  font: 400 100px/1.3 'Berkshire Swash', Garamond, sans-serif;
  font-size: 68px;
  font: "script";
  top: 50px;
  left: 125px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.description {
  position: relative;
  font-size: 22px;
  top: -15px;
  left: 134px;
  justify-content: center;
  margin: auto;
}

.web-box1 {
  position: relative;
  top: -150px;
  left: 380px;
  width: 75px;
}

.web-box1 img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.web-box2 {
  position: relative;
  top: -227px;
  left: 1100px;
  width: 75px;
}

.web-box2 img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* left side */
.container1 {
  position: absolute;
  display: block;
  top: 130px;
  left: 30px;
  padding: 30px;
  }

.musicbox {
  position: relative;
  display: block;
  background-color: #000000;
  font-size: 20px;
  color: #afa9af;
  top: 140px;
  left: 0px;
  width: 350px;
  height: auto;
  border-radius: 25px;
}

.ad1 {
  position: relative;
  display: block;
  top: 180px;
  left: 0px
}

.ad1 img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.movie-box {
  position: relative;
  display: block;
  background-color: #000000;
  font-size: 20px;
  color: #afa9af;
  top: 220px;
  left: 0px;
  width: 350px;
  height: auto;
  border-radius: 25px;
}

/*right side*/

.container2 {
  position: absolute;
  display: block;
  top: 130px;
  left: 1100px;
  padding: 30px;
  max-width: 350px;
}

.taccone {
  position: relative;
  display: block;
  top: 140px;
  left: 0px;
  width: 350px;
  height: auto;
}

.conspiracy {
  position: relative;
  display: block;
  background-color: #000000;
  font-size: 20px;
  color: #0096C7;
  top: 180px;
  left: 0px;
  width: 350px;
  height: auto;
  border-radius: 25px;
}

/* Hide the checkbox */
.menu-toggle {
  display: none;
}

/* Dropdown styling */
.dropdown-container {
  position: relative;
  display: inline-block;
}

.dropdown {
  display: none;
  position: absolute;
  top: 50%; 
  right: 100%;
  margin-right: 10px 0 0;
  margin-top: -10px;
  padding: 0;
  list-style: none;
  background: black;
  border: 1px solid #aaa;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  width: max-content;
  display: none; /* hidden by default */
  z-index: 999;
  transform: translateY(-50%);
}

.dropdown-container:hover .dropdown {
  display: block;
}

/* Menu items */
.dropdown li {
  border-bottom: 1px solid #ccc;
}
.dropdown li:last-child {
  border-bottom: none;
}
.dropdown a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #0096C7;
}
.dropdown a:hover {
  background: #ddd;
}

.dropdown-trigger {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.credit {
  position: relative;
  background-color: #000000;
  top: 35px;
  /*left removed*/
  width: 350px;
  height: 26px;
  font: 400 100px/1.3 'Berkshire Swash';
  color: #876863;
  font-size: 22px;
  border-radius: 25px;
}


/*end containers*/
.weird-box {
  position: relative;
  display: block;
  background-color: #000000;
  font-size: 18px;
  color: #ffffff;
  top: 545px;
  left: 157px;
  width: 350px;
  height: auto;
  justify-content: center;
  align-items: center;
  margin: auto;
}





