/*
Theme Name: ES Update Service
Theme URI: 
Author: ES
Description: Minimal theme for ES Update Service
Version: 1.0
License: GNU General Public License v2 or later
*/

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

html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: 'Courier New', Courier, monospace;
}

.center-text {
    color: #e8e8e8;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    user-select: none;
}
