
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #0a0a0a;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size:32px;
}

.topnav a:hover {
  background-color: #020202;
  color: black;
}

.topnav a.active {
  background-color: #2ff008;
  color: white;
}

.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}




img {
  border: 5px solid #121312;
}

/* ====== Slideshow ====== */
 
.slideshow-container {
 
  max-width: 1000px;
 
  position: relative;
 
  margin: auto;
 
}
 
.mySlides {
 
  display: none;
 
}
 
.text {
 
  color: #000;
 
  font-size: 18px;
 
  padding: 8px 12px;
 
  text-align: center;
 
}
 
.numbertext {
 
  color: #000;
 
  font-size: 13px;
 
  padding: 8px 12px;
 
  position: absolute;
 
  top: 0;
 
}
 
/* Buttons (next & prev) */
 
.prev, .next {
 
  cursor: pointer;
 
  position: absolute;
 
  top: 50%;
 
  width: auto;
 
  padding: 16px;
 
  color: white;
 
  font-weight: bold;
 
  font-size: 18px;
 
  transition: 0.3s ease;
 
  border-radius: 0 3px 3px 0;
 
  user-select: none;
 
}
 
.next {
 
  right: 0;
 
  border-radius: 3px 0 0 3px;
 
}
 
.prev:hover, .next:hover {
 
  background-color: rgba(0, 0, 0, 0.6);
 
}
 
/* Dots (slide indicators) */
 
.dot {
 
  cursor: pointer;
 
  height: 12px;
 
  width: 12px;
 
  margin: 0 3px;
 
  background-color: #bbb;
 
  border-radius: 50%;
 
  display: inline-block;
 
  transition: background-color 0.3s ease;
 
}
 
.active, .dot:hover {
 
  background-color: #717171;
 
}

footer {
 background-color: #0c0c0c;
 color: white;
 text-align: center;
 padding: 20px 0;
 margin-top: 40px;
}
.social-icons {
 margin-top: 10px;
}
 .social-icons a {
 color: white;
 margin: 0 10px;
 font-size: 20px;
 text-decoration: none;
 transition: color 0.3s;
}
.social-icons a:hover {
 color: #c5c4c1;
}



