/* General Body Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #c4c4c4;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#header, #footer {
    background-color: #005842;
    color: white;
    text-align: center;
    padding: 20px 0;
}

#countingvisitors {
    font-size: 24px;
    color: white;
    margin: 0;
}

/* Layout Styles */
.stuff {
    width: 70%;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 5px 5px;
}

/* Header Styles */
h1 {
    text-align: center;
    color: #005842;
}

h2 {
    text-align: center;
    color: #333;
}

h3 {
    color: #005842;
    margin-top: 20px;
}

hr {
    border: 1px solid #005842;
}

/* Section Heading Styles */
p.head {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #005842;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* List Styles */
ul {
    list-style-type: disc;
    margin-left: 20px;
}

ul ul {
    list-style-type: circle;
}

li {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Footer Styles */
#footer {
    position: inherit;
    bottom: 0;
    width: 100%;
}
