* {
  margin: 0;
  padding: 0;
  background-color: rgb(0, 0, 0);
  color: rgb(0, 238, 255);
  font-size: large;
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
}

.graph {
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: x-large;
}

.nav {
  background-color: black;
  color: aquamarine;
  padding: 20px;
}

.container1,
.main-div,
.sub-div {
  background-color: rgb(0, 0, 0);
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
}

.sub-div {
  padding: 150px;
}

label {
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-family: cursive;
}

th,
td {
  padding: 10px;
  border: 1px solid rgb(0, 0, 0);
  text-align: center;
}

th {
  background-color: aquamarine;
  font-weight: bold;
  color: black;
}

.nav {
  background-color: #000000;
  border-bottom: 2px solid #000000;
  padding: 10px 0;
  position: fixed;
  z-index: 99999;
  width: 100%;
}

.nav-item {
  margin-right: 15px;
}
h1{
  text-decoration:underline;
color: #ffffff;
}

.nav-link {
  color: #00fef1;
  font-weight: 500;
  padding: 10px 15px;
}

.nav-item:hover {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
}

main {
  padding-left: 10%;
  padding-right: 10%
}

.nav-link.active {
  color: #00ffea;
  font-weight: 700;
}


.nav-link[aria-disabled="false"] {
  color: #ffffff;
  pointer-events: none;
}


@media (max-width: 768px) {
  .nav-fill {
    justify-content: space-around;
  }
}



footer img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  bottom: 0px;

  align-items: center;
}

footer {
  background-color: rgb(45, 45, 45);
  text-align: center;
}

.image {
  display: inline-block;
  width: fit-content;
  align-items: center;
  margin-right: 50px;
  bottom: 50px;
}



#top {
  background-color: #000000;
  padding-top: 200px;
}

h3,
h4,
ul,
ol,
p {
  text-align: justify;
  padding-left: 30px;
}

.side-menu {
  text-align: left;
}

.sidenav h4 {
  text-align: left;
}

footer {
  display: block;
  justify-content: space-around;
  align-items: flex-start;
  background-color: #000000;
  padding: 30px;
}


.image {
  text-align: left;
}

.image iframe {
  width: 450px;
  height: 450px;
}

.image img {
  width: 300px;
  height: auto;
  max-width: 100%;
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

h6 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.footer_links {
  text-decoration: none;
  color: #000000;
  transition: color 0.2s ease-in-out;
}

.footer_links:hover {
  color: #0033ff;
}

.fas,
.fab {
  font-size: 1.2rem;
  margin-right: 10px;
}

/* Optional media query for smaller screens */

@media (max-width: 768px) {
  .image {
    flex-direction: column;
    align-items: center;
  }

  .image iframe,
  .image img {
    width: 100%;
  }
}