* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    line-height: 1.5;
    padding: 20px;
    background-color: aliceblue;
}

header h1 {
    font-size: xx-large;
    margin-bottom: 0.2em;
}

header p {
    font-size: 1em;
    color: 555;
}

header p a {
    color: #0066cc;
    text-decoration: none;
}

header p a:hover {
    text-decoration: underline;
}

h2.underline {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
    margin-top: 1em;
    margin-bottom: 0.2em;
}

h3 {
    margin-top: 1em;
    margin-bottom: 0.2em;
}

p {
    margin-bottom: .5em;
}

ul {
    text-align: left;
    display: inline-block;
    margin-bottom: 0.5em;
}


#visitor-counter {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
}

#fetch-count-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#fetch-count-btn {
    margin-top: 5px;
    display: block;
}

#counter-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    text-align: right;
}