/*
 Theme Name: Otebis
 Theme URI: https://example.com/
 Author: Vovchik
 Description: Одностраничная тёмная тема с кнопкой "Отъебаться".
 Version: 1.0
*/

body {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        background: linear-gradient(135deg, #0044ff 0%, #007bff 40%, #00b4ff 70%);
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e0e0e0;
    }

