body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Header styling */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-right {
    display: flex;
    gap: 10px;
}

.header-right a img {
    vertical-align: middle;
}

/* General text and headings */
h1, h2, h3, h4 {
    color: #333;
    margin-bottom: 10px;
}

p, li {
    color: #555;
    line-height: 1.6;
}

/* Hyperlinks */
a {
    color: #0073e6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Icon and text alignment */
.icon-text {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
}

/* Horizontal rule styling */
hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Header styling */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-right {
    display: flex;
    gap: 10px;
}

.header-right a img {
    vertical-align: middle;
}

/* General text and headings */
h1, h2, h3, h4 {
    color: #333;
    margin-bottom: 10px;
}

p, li {
    color: #555;
    line-height: 1.6;
}

/* Hyperlinks */
a {
    color: #0073e6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Icon and text alignment */
.icon-text {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
}

/* Horizontal rule styling */
hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

/* Visitor Counter Styling */
#visitor-counter {
    text-align: center; /* Center the counter */
    font-size: 1.2em; /* Slightly larger font */
    margin-bottom: 20px; /* Space below the counter */
    color: #000000; /* Example color (you can change this) */
    font-weight: bold; /* Make it bold */
}
