.center_div{
    margin: 0 auto;
    width:80% /* value of your choice which suits your alignment */
}

.table{
  table-layout: auto;
  border-collapse: collapse;
  font-size: 24px;
  width:100%
}

.form { 
margin: 0 auto; 
width:250px;
}

.sidenav {
  height: 100%;
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ddfada; /* Light Green */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 70px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  color: #808080;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #C0C0C0;
}

@media only screen and (max-width: 1026px) {
    .sidenav {
        display: none;
    }
	.main {
	  margin-left: 0px; /* Same as the width of the sidebar */
	  padding: 0px 10px;
	}
}

/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Update these in your personal.css */

/* Use .bd-content h2 to ensure it targets the main content area */
.bd-content h1 {
    text-align: center;  
    color: #002366 !important; /* Navy instead of Orange */
    margin-bottom: 30px;
}

.bd-content h2 {
    color: #003366 !important; /* Deep Navy */
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 8px;
    margin-top: 50px;
    font-weight: 700;
}

.bd-content h3 {
    color: #00509d !important; /* Slightly lighter Navy */
    margin-top: 30px;
    font-weight: 600;
}

.bd-content h4 {
    color: #007bff !important; /* Azure Blue (Bright/Light Blue) */
    margin-top: 20px;
	font-weight: 500;
}

.container {
    scroll-margin-top: 70px;
}

p {
    scroll-margin-top: 70px;
}

.icon {
    text-align: center; 
    vertical-align: top;    
}

.hang {
    margin-top: 0px;
    text-indent: -3em;
    margin-left: 3em;
}
