/*
Theme Name: Not Paid
Theme URI: 
Author: Developer
Description: Prosty motyw wyświetlający informację o braku płatności.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: not-paid
*/

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

h1 {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0;
    color: #ff4c4c;
}

p {
    font-size: 1.2rem;
    color: #aaaaaa;
    margin-top: 20px;
}
