/*
Theme Name: Ken Ken Stats
Description: A custom theme for tracking Ken Ken Stats.
Version: 1.0
Author: Ken
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h1 {
    font-size: 3rem;
    color: #555;
}
