/* Reset some default styles for better consistency */
body,
h1,
h2,
ul,
li {
  margin: 0;
  padding: 0;
}

/* Set a background color and text color for the entire page */
body {
  background-color: #111;
  color: #ffffff;
  font-family: Arial, sans-serif;
}

/* Style the header/navigation bar */
header {
  background-color: #111;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

header .logo h1 {
  font-size: 28px;
  color: #ffffff;
  margin-left: 87px;
}

nav ul {
  display: flex;
  margin-right: 25px;
}

nav ul li {
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #ffffff;
}

/* Style the container for content sections */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Style the banner image */
.banner {
  background-image: url("your-banner-image.jpg");
  background-size: cover;
  height: 513px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 89px;
  margin-top: 29px;
  z-index: 1300;
}

/* Style the sections */
section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #ffffff;
}

/* Style the footer */
footer {
  background-color: #111;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}

footer p {
  font-size: 14px;
}

.info {
  margin-left: 191px;
}

/* Particles */

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -30;
}

p {
  width: 808px;
  font-size: 24px;
}

a {
  width: 808px;
  font-size: 24px;
  color: rgb(66, 135, 255);
  font-style: initial;
}

hr {
  margin-right: 10000000px;
    margin-top: -6px;
    width: 328px;
}