/*
Theme Name: Unhuman Chronicle Coming Soon
Theme URI: https://example.com
Author: You
Description: Minimal one-page coming soon theme
Version: 1.0
*/

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

.container h1 {
    font-size: 2.5rem;
    letter-spacing: 2px;
}
