html {
    height: 100%;
}

body {
    background-color: #040D12;
    /* background-color: #11222a; */
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}

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

.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;
}

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;
}
