body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background-color: #f8fbad;
    margin: 20px;
    padding: 0;
}

/* This is a comment, by the way */

p {
    line-height: 21px;
}

h1 {
    font-size: 50px;
    font-style: italic;
}

h2 {
    color: #94c089;
    background-color: #f8fbad;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 6px;
}

h3 {
    font-size: 15px;
}

img {
    border-style: dashed;
    border-width: 2px;
    border-color: #94c089;
}

a {
    text-decoration: none;
}

strong {
    font-style: bold;
}

em {
    font-style: italic
}

li {
    color: black;
    padding-left: 3px;
    padding-right: 3px;
}

table {
    background-color: #f8fbad;
}

.text-box {
  border: 3px solid #94c089; /* Adds a 2px solid dark gray border */
  padding: 15px; /* Adds space between the text and the border */
  background-color: white; /* Sets a light gray background color */
  width: 500px; /* Sets a fixed width for the box */
  margin: 20px auto; /* Centers the box horizontally with top/bottom margin */
  border-radius: 5px; /* Rounds the corners of the box */
}

.main-header {
    color: #f8fbad;
    background-color: #94c089;
    font-size: 50px;
    margin: 0;
    margin-bottom: 0px;
    padding: 2px;
    font-style: italic;
    text-align: center;
    letter-spacing: 3px;
    border-bottom-style: solid;
    border-bottom-width: 25px;
    border-bottom-color: #afdca3;
}

.navigation-bar {
    color:#f8fbad;
    background-color: #94c089;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 1px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #afdca3;
}