/*
Theme Name: Pure Temptation
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A seductive and professional coming soon theme for an adult webcam business.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, sexy, coming soon
Text Domain: pure-temptation
*/

body {
    background-color: #0a0a0a;
    color: #fff;
    text-align: center;
    font-family: 'Playfair Display', serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

h1 {
    font-size: 4em;
    font-weight: bold;
    color: #e60073;
}

p {
    font-size: 1.5em;
    margin-top: -10px;
    color: #ff4081;
}

.coming-soon {
    font-size: 2em;
    color: #ffffff;
    margin-top: 20px;
    font-style: italic;
}
