html {
    height: 100%;
}
body {
  display: flex;
  justify-content: center;
  margin: 0;
  background-color: #040D12;
    line-height: 1.6
}

body > * {
  width: 75%;
  text-align: center;
}

/* body { */
/*     background-color: #040D12; */
/*     /* background-color: #11222a; */ */
/*     min-height: 90%; */
/*     display: grid; */
/*     grid-template-rows: 1fr auto; */
/*     text-align: center; */
/*     justify-content: center;   /* centers horizontally */ */
/*     align-items: center;       /* centers vertically */ */
/*     margin: 0; */
/*     text-align: center; */
/*     width: 75%; */
/* } */

.container {
  width: 80%; /* Adjust width as needed */
  max-width: 800px; /* Prevents too wide text */
  margin: 0 auto; /* Centers the container */
}

div {

    color: #b3d2ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}

.p1 {
  line-height: 180% !important;
}

ol {
  list-style-position: inside; /* Makes sure markers are part of the content box */
  font-size: 17px;
  text-align: left;
}

li {
    color: #b3d2ff;
}

ul {
    color: #b3d2ff; /* Change the bullet (dot) color */
    text-align: left;
    font-size: 17px;
}

code {
    color: #b3d2ff;
    font-size: 17px;
}

#footer {
  grid-row-start: 2;
  grid-row-end: 3;
}

blockquote {
    font-style: italic;
    font-size: 17px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b3d2ff;
    margin: 1em 0;
    padding: 0;
}

h1 {
  color: #b3d2ff;
  text-align: center;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

h2 {
  color: #b3d2ff;
  text-align: center;
}

h3 {
  color: #b3d2ff;
}

h4 {
  color: #b3d2ff;
}

p {
    color: #b3d2ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}

a {
    color: #9cff00;
  font-family: Arial, Helvetica, sans-serif;
}
