@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&display=swap');

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: black;
  background-color: white;
}

.header {
  text-align: center;
  padding: 2rem;
  background-color: black;
  color: white;
}

.header h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
}

.header p {
  font-size: 1.1rem;
}

.contentBod {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.contentBod h2 {
  font-size: 1.7rem;
  margin-top: 2rem;
  color: black;
}

.contentBod ul {
  list-style: none;
  padding: 0;
}

.contentBod ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.contentBod ul li ul {
  margin-left: 1.5rem;
  list-style: disc;
}

.contentBod a {
  color: #007BFF;
  text-decoration: none;
}

.contentBod a:hover {
  text-decoration: underline;
}

.footer {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  padding: 1rem 0;
  background-color: black;
  color: #fff;
}
