body {
  margin: 0;
  height: 100vh;
  background: linear-gradient(to top, #000000 0%, #040404 40%, #161616 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #e0e0e0;
  font-family: "parkinsans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.nav-toggle {
  position: fixed;
  top: 20px;
  left: 25px;
  z-index: 2000;
  cursor: pointer;
  font-size: 28px;
  color: #fff;
  transition: all 0.3s ease;
}

.nav-toggle:hover {
  transform: scale(1.2);
  color: #008812;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -220px;
  width: 200px;
  height: 100%;
  background: rgba(20, 20, 20, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.6);
  transition: left 0.4s ease;
  z-index: 1500;
  padding-top: 100px;
}

.sidebar.active {
  left: 0;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.sidebar ul li {
  margin: 20px 0;
  padding-left: 30px;
}

.sidebar ul li a {
  text-decoration: none;
  color: #e0e0e0;
  font-size: 18px;
  transition: color 0.3s ease;
}

.sidebar ul li a:hover {
  color: #008812;
}

.content {
  text-align: center;
}

h1 {
  font-weight: 600;
  color: #cfcfcf;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.image-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
}

.minilikeminidoom1haha {
  width: 67px;
  height: 67px;
  border-radius: 15px;
  transition: ease 0.2s;
  border: 5px solid transparent;
}

.minilikeminidoom1haha:hover {
  transform: scale(1.2);
  transition: ease 0.2s;
  border: 5px solid #008812;
}

.search-container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.search-bar {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 6px 8px 6px 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 400px;
  transition: all 0.7s ease;
}

.search-bar:hover {
  background: rgba(8, 113, 0, 0.405);
  box-shadow: 0 12px 35px #008812;
  border-color: rgba(26, 255, 0, 0.18);
}

.search-bar:focus-within {
  background: rgba(77, 255, 0, 0.664);
  box-shadow: 0 0 20px rgba(20, 204, 0, 0.8);
  border-color: rgba(87, 181, 0, 0.25);
  width: 510px;
}

.search-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-right: 15px;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.search-bar:hover .search-icon {
  color: #ffffff;
}

.main-search-input {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  padding: 16px 0;
  width: 100%;
  outline: none;
  transition: all 0.3s ease;
}

.main-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  justify-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.wowthatsbigunlikeminidoom1hahagetit {
  width: 150px;
  height: 150px;
  border-radius: 15px;
  transition: ease 0.2s;
  border: 5px solid transparent;
}

.wowthatsbigunlikeminidoom1hahagetit:hover {
  transform: scale(1.2);
  transition: ease 0.2s;
  border: 5px solid #008812;
}
