body {
    background: #111;
    color: #eee;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 4rem 1rem;
}
h1 {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}
h2 {
    font-weight: normal;
    color: #bbb;
    font-size: 1.5rem;
}

.site-footer {
    font-family: "Comic Sans MS", cursive, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 20;
    font-size: 12px;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: #ccc;
    text-decoration: underline;
}

.separator {
    color: #555;
    margin: 0 10px;
}