nav {
  font-size: .9rem;
  color: black !important;
}

hr {
  width: 100vw;
  border-bottom: 1px solid black;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-style: none;
  border: none;
  padding-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.75em;
  line-height: 1.5em;
  text-decoration: none;
  border: none;
  width: fit-content;
  margin: 3rem auto 1rem auto;
  padding: 0;
}

h3 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h4 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

/* Global Styles */
body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
  color: #333;
  margin-top: 5rem;
  padding: 0;
}

/* Header Styles */
.header {
  font-size: .9rem;
  color: black;
  padding-bottom: 3rem !important;
  background-color: #fff;
  border-bottom: .5px rgb(148, 148, 148) solid;
}

.header h1 {
  font-size: 24px;
}

.header a {
  color: #000 !important;
  text-decoration: none;
}

.header a:hover {
  text-decoration: none;
}

/* Main Section */
#main {
  padding: 40px 15px;
}

/* Content Area */
.content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}

.content h1 {
  width: fit-content;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 1rem auto 2rem auto;
  text-align: center;
}

.content h2 {
  font-size: 22px;
  margin-top: 30px;
  color: #333;
}

.content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  width: 90%;
  margin: 0 auto;
}

.right-for-you-list p {
  font-size: 89%;
  font-style: italic;
}

.needed-list, 
.completion-list, 
.note-list, 
.right-for-you-list {
    list-style-type: none !important;
}

.needed-list li, 
.completion-list li, 
.note-list li, 
.right-for-you-list li {
  margin: 1rem auto;
}

.needed-list i, 
.completion-list i, 
.note-list i, 
.right-for-you-list i {
    margin-right: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
}

.content .btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.content .btn:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.content .cta {
  margin-top: 20px;
}

/* Button Adjustments */
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  margin: 3rem;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 767px) {
  #main {
    padding: 20px 10px;
  }

  .content, .sidebar {
    margin-bottom: 20px;
  }

  .content h1 {
    font-size: 24px;
  }

  .content h2 {
    font-size: 20px;
  }

  .sidebar {
    padding: 15px;
  }

  .sidebar .image img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}

/* Miscellaneous Adjustments */
section {
  margin-bottom: 25px;
}

section img {
  border-radius: 8px;
}

section p {
  margin-bottom: 10px;
}
