#sse1
{
   
    background-color: #222;
    height: 38px;
    padding: 15px;
    border-radius: 0px;
}
#sses1
{
    margin:0 auto;
}
#sses1 ul 
{ 
    position: relative;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
    border-bottom:solid 1px rgb(0, 108, 108);
}
#sses1 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}

#sses1 li.highlight
{
    background-color:rgb(0, 120, 136);
    top:36px;
    height:2px;
    border-bottom:solid 1px rgb(0, 197, 204);
    z-index: 1;
    position: absolute;
    overflow:hidden;
    
}
#sses1 li a
{
    height:30px;
    padding-top: 8px;
    margin: 0 30px;
    color: #fff;
    font: normal 12px arial;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}

/* General styling */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}

.container {
  max-width: 800px;
  margin: 80px auto 20px; /* Added margin-top for content below navbar */
  padding: 20px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Header styling */
img {
  max-width: 100%;
  height: auto;
}

/* Text styling */
i {
  font-style: italic;
  color: #555;
  display: block;
  margin-top: 10px;
}

.bbcode-size-14 {
  font-size: 14px;
}

/* Link styling */
a {
  color: #1e92f7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* List styling */
ul {
  list-style: disc;
  margin-left: 20px;
}

/* Image alignment */
div.align-center {
  text-align: center;
}

/* Highlighted text */
span.bbcode-size-14 b {
  font-weight: bold;
}

/* YouTube Channels list */
ul.youtube-channels {
  list-style: square;
  margin-left: 20px;
}

/* Bug Bounty Platforms list */
ul.bug-bounty-platforms {
  list-style: square;
  margin-left: 20px;
}

/* Subdomain Tools list */
ul.subdomain-tools {
  list-style: square;
  margin-left: 20px;
}

/* Online Recon Tools list */
ul.online-recon-tools {
  list-style: square;
  margin-left: 20px;
}

/* Brand / TLD Discovery list */
ul.brand-tld-discovery {
  list-style: square;
  margin-left: 20px;
}

/* Presentation list */
ul.presentation {
  list-style: square;
  margin-left: 20px;
}

/* Port Scanning list */
ul.port-scanning {
  list-style: square;
  margin-left: 20px;
}

/* Banner Grabbing list */
ul.banner-grabbing {
  list-style: square;
  margin-left: 20px;
}

/* JS Parsing Tools list */
ul.js-parsing-tools {
  list-style: square;
  margin-left: 20px;
}

/* Tech Identification Tools list */
ul.tech-identification-tools {
  list-style: square;
  margin-left: 20px;
}
